mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:23:47 +00:00
Removes unused g_GameRestarted forgotten in 7ce4552f5e.
This was SVN commit r25885.
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
|
||||
#include <fstream>
|
||||
|
||||
extern bool g_GameRestarted;
|
||||
extern GameLoopState* g_AtlasGameLoop;
|
||||
|
||||
/**
|
||||
@@ -344,8 +343,6 @@ PSRETURN CGame::ReallyStartGame()
|
||||
if (CProfileManager::IsInitialised())
|
||||
g_Profiler.StructuralReset();
|
||||
|
||||
g_GameRestarted = true;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user