have some default light intensity

This commit is contained in:
Garux 2022-10-31 23:41:11 +03:00
parent f7b9e7e482
commit 02f1fccb14

View File

@ -375,7 +375,7 @@ AABB Doom3Light_getBounds( const AABB& workzone ){
}
int g_iLastLightIntensity;
int g_iLastLightIntensity = 300;
void Entity_createFromSelection( const char* name, const Vector3& origin ){
#if 0