mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Update to Master
This commit is contained in:
@@ -79,6 +79,7 @@ BOOLEAN LuaUnderground::InitializeSectorList()
|
||||
.TableOpen()
|
||||
.TParam("difficultyLevel", int(gGameOptions.ubDifficultyLevel))
|
||||
.TParam("gameStyle", int(gGameOptions.ubGameStyle))
|
||||
.TParam("maxTacticalEnemies", int(gGameExternalOptions.ubGameMaximumNumberOfEnemies))
|
||||
.TableClose();
|
||||
|
||||
SGP_THROW_IFFALSE(initsectorlist_func.Call(1), "call to lua function BuildUndergroundSectorList failed");
|
||||
|
||||
Reference in New Issue
Block a user