Register constants simply for now

This commit is contained in:
Sezz 2023-10-06 21:00:31 +11:00
parent 95afcdca5c
commit f8583e7746
4 changed files with 8 additions and 17 deletions

View file

@ -57,6 +57,4 @@ void ScriptInterfaceState::Init(const std::string& assetsDir)
InventoryHandler::Register(&SolState, RootTable);
Misc::Register(&SolState, RootTable);
Effects::Register(&SolState, RootTable);
ScriptDisplaySprite::RegisterTables(&SolState, RootTable);
}