Unstable 0.1300.0.5
This commit is contained in:
@@ -33,6 +33,12 @@
|
||||
GUI.ScreenChanged = true;
|
||||
}
|
||||
SubmarinePreview.Close();
|
||||
|
||||
// Make sure the saving indicator is disabled when returning to main menu or lobby
|
||||
if (this == GameMain.MainMenuScreen || this == GameMain.NetLobbyScreen)
|
||||
{
|
||||
GUI.DisableSavingIndicatorDelayed();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
selected = this;
|
||||
|
||||
Reference in New Issue
Block a user