Fixed dynamic light issues

This commit is contained in:
OM 2023-05-15 14:21:16 +02:00
parent 8ec2359d26
commit 2b6bd8c8d2
14 changed files with 334 additions and 94 deletions

View file

@ -722,7 +722,7 @@ void MSG_GetNullEntityState(entityState_t *nullState) {
nullState->scale = 1.0f;
nullState->parent = ENTITYNUM_NONE;
nullState->tag_num = -1; // su44
nullState->constantLight = -1;
nullState->constantLight = 0xffffff;
nullState->renderfx = 16;
nullState->bone_tag[4] = -1;
nullState->bone_tag[3] = -1;