forked from mirrors/0ad
Removes unused g_GameRestarted forgotten in 7ce4552f5e.
This was SVN commit r25885.
This commit is contained in:
@@ -103,9 +103,6 @@ that of Atlas depending on commandline parameters.
|
||||
|
||||
extern CStrW g_UniqueLogPostfix;
|
||||
|
||||
// Marks terrain as modified so the minimap can repaint (is there a cleaner way of handling this?)
|
||||
bool g_GameRestarted = false;
|
||||
|
||||
// Determines the lifetime of the mainloop
|
||||
enum ShutdownType
|
||||
{
|
||||
@@ -461,8 +458,6 @@ static void Frame()
|
||||
|
||||
g_Profiler.Frame();
|
||||
|
||||
g_GameRestarted = false;
|
||||
|
||||
LimitFPS();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user