1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Remove test code

This commit is contained in:
Gymnasiast
2015-08-20 13:23:07 +02:00
parent 93d49e314e
commit f384a9cbf8

View File

@@ -502,10 +502,8 @@ static void shortcut_open_chat_window()
static void shortcut_quick_save_game()
{
log_error("quicksave");
// Do a quick save in playing mode and a regular save in Scenario Editor mode. In other cases, don't do anything.
if (RCT2_GLOBAL(RCT2_ADDRESS_SCREEN_FLAGS, uint8) == SCREEN_FLAGS_PLAYING) {
log_error("quicksave2");
tool_cancel();
save_game();
}