Remove test code.

This commit is contained in:
hispidence 2021-06-21 16:23:18 +01:00
parent be7ca082d9
commit befb08c759

View file

@ -16,8 +16,7 @@ bool WarningsAsErrors = false;
GameScript::GameScript(sol::state* lua) : LuaHandler{ lua } GameScript::GameScript(sol::state* lua) : LuaHandler{ lua }
{ {
// Add constants // Add constants
std::string testingStuff{ "testing stuff" }; //ExecuteScript("Scripts\\Constants.lua");
ExecuteScript("Scripts\\Constants.lua", testingStuff);
m_lua->new_enum<GAME_OBJECT_ID>("Object", { m_lua->new_enum<GAME_OBJECT_ID>("Object", {
{"LARA", ID_LARA} {"LARA", ID_LARA}