From 3b596a96e07bf8f799be6c21a546355980e34b94 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sun, 18 Oct 2020 12:18:22 +0200 Subject: Fixed Github build problems --- src/script/cpp_api/s_base.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/script/cpp_api') diff --git a/src/script/cpp_api/s_base.h b/src/script/cpp_api/s_base.h index e2ef1f874..36331ad37 100644 --- a/src/script/cpp_api/s_base.h +++ b/src/script/cpp_api/s_base.h @@ -164,7 +164,9 @@ private: lua_State *m_luastack = nullptr; IGameDef *m_gamedef = nullptr; +#ifndef SERVER Game *m_game = nullptr; +#endif Environment *m_environment = nullptr; #ifndef SERVER GUIEngine *m_guiengine = nullptr; -- cgit v1.2.3