Disable music when entering the scenerio_editor.

This commit is contained in:
Justin Marshall
2020-06-07 19:09:41 -07:00
parent a0efe3a4ec
commit 02862df035
4 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ void MapEditClass::AI(KeyNumType & input, int x, int y)
Changed = 0;
}
BaseGauge->Set_Value(Scen.Percent);
Go_Editor(!Debug_Map);
Go_Editor(!Debug_Map);
}
}
}