Remove test code

This commit is contained in:
Gymnasiast 2015-08-20 13:23:07 +02:00
parent 93d49e314e
commit f384a9cbf8
1 changed files with 0 additions and 2 deletions

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();
}