mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 12:36:45 +03:00
Make the read-only table of kInventorySlots in GameFlowScript instead of GameLogicScript.
This commit is contained in:
parent
d386d55546
commit
5458e7a67e
2 changed files with 2 additions and 1 deletions
|
@ -245,7 +245,6 @@ Get a SinkInfo by its name.
|
|||
*/
|
||||
m_lua->set_function("GetSinkByName", &GameScript::GetSinkByName, this);
|
||||
|
||||
MakeReadOnlyTable("InvItem", kInventorySlots);
|
||||
MakeReadOnlyTable("ObjID", kObjIDs);
|
||||
|
||||
//TODO ABSTRACT THESE OUT TOO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue