Fix maploader warning
This commit is contained in:
parent
dca58bffa8
commit
9e136a7e79
1 changed files with 2 additions and 0 deletions
|
|
@ -3374,6 +3374,8 @@ bool MapLoader::LoadLightmap(MapData* map)
|
|||
{
|
||||
Printf(PRINT_HIGH, "Pre-calculated LIGHTMAP surfaces do not match current level surfaces. Restart this level with 'developer 1' for further details.\nPerhaps you forget to rebuild lightmaps after modifying the map?\n");
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue