summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sigmodr/SigmodrUI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sigmodr/SigmodrUI.cpp b/sigmodr/SigmodrUI.cpp
index cde8a8b2..7a0afc9b 100644
--- a/sigmodr/SigmodrUI.cpp
+++ b/sigmodr/SigmodrUI.cpp
@@ -180,7 +180,6 @@ void SigmodrUI::newGame()
{
Game* game = new Game;
treeSigmod->addGame(game);
- treeSigmod->setDirty(game, true);
}
void SigmodrUI::openGame()