From 63753b01a59ef889ab386476ee25b29ec3f0909b Mon Sep 17 00:00:00 2001 From: Moriska Sosiska Date: Tue, 8 Sep 2026 22:45:05 +0300 Subject: [PATCH] Update gamesa_init.cpp Save other developers the headache. --- Client/game_sa/gamesa_init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/game_sa/gamesa_init.cpp b/Client/game_sa/gamesa_init.cpp index f071433a349..4ed91a921c2 100644 --- a/Client/game_sa/gamesa_init.cpp +++ b/Client/game_sa/gamesa_init.cpp @@ -33,8 +33,8 @@ MTAEXPORT CGame* GetGameInterface(CCoreInterface* pCore) SetMemoryAllocationFailureHandler(); - pGame = new CGameSA; g_pCore = pCore; + pGame = new CGameSA; return (CGame*)pGame; }