Turn off lightmaps for levels that have none
This commit is contained in:
parent
17286a6d19
commit
697e7982a7
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ enum
|
|||
|
||||
CVAR (Bool, genblockmap, false, CVAR_SERVERINFO|CVAR_GLOBALCONFIG);
|
||||
CVAR (Bool, gennodes, false, CVAR_SERVERINFO|CVAR_GLOBALCONFIG);
|
||||
CVAR (Bool, genlightmaps, true, CVAR_GLOBALCONFIG);
|
||||
CVAR (Bool, genlightmaps, false, CVAR_GLOBALCONFIG);
|
||||
|
||||
inline bool P_LoadBuildMap(uint8_t *mapdata, size_t len, FMapThing **things, int *numthings)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue