mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
Remove test code.
This commit is contained in:
parent
be7ca082d9
commit
befb08c759
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ bool WarningsAsErrors = false;
|
|||
GameScript::GameScript(sol::state* lua) : LuaHandler{ lua }
|
||||
{
|
||||
// Add constants
|
||||
std::string testingStuff{ "testing stuff" };
|
||||
ExecuteScript("Scripts\\Constants.lua", testingStuff);
|
||||
//ExecuteScript("Scripts\\Constants.lua");
|
||||
|
||||
m_lua->new_enum<GAME_OBJECT_ID>("Object", {
|
||||
{"LARA", ID_LARA}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue