Fix maploader warning

This commit is contained in:
Magnus Norddahl 2023-09-19 00:46:20 +02:00 committed by Christoph Oelckers
parent 8654c3396f
commit 4b12a67ce7

View file

@ -3369,6 +3369,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;
}
//==========================================================================