1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

remove key debug check

This commit is contained in:
IntelOrca
2014-05-04 16:32:48 +01:00
parent 3ac5447abe
commit 6819b787ed

View File

@@ -878,9 +878,6 @@ void handle_shortcut(int key)
break;
}
}
if (key == SDL_SCANCODE_M) {
key = key;
}
}
/**