Make the read-only table of kInventorySlots in GameFlowScript instead of GameLogicScript.

This commit is contained in:
hispidence 2021-08-08 23:53:52 +01:00
parent 93380eb761
commit 05054a05fe
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@
#include "AudioTracks.h"
#include "GameScriptColor.h"
#include "ScriptAssert.h"
#include "InventorySlots.h"
#include <Objects/objectslist.h>
#include <Game/newinv2.h>
@ -84,6 +85,7 @@ __(not yet implemented)__
MakeReadOnlyTable("WeatherType", kWeatherTypes);
MakeReadOnlyTable("LaraType", kLaraTypes);
MakeReadOnlyTable("InvItem", kInventorySlots);
}
GameFlow::~GameFlow()