g_gameScript is now a ScriptInterfaceGame.

This commit is contained in:
hispidence 2021-11-29 21:54:36 +00:00
parent 205b759a2b
commit 51570bd9cd
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ using std::vector;
using std::unordered_map;
GameFlow* g_GameFlow;
GameScript* g_GameScript;
ScriptInterfaceGame* g_GameScript;
GameFlow::GameFlow(sol::state* lua) : LuaHandler{ lua }
{