1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Move Land Set Height over to GameAction Framework

This commit is contained in:
duncanspumpkin
2019-02-07 10:06:17 +00:00
parent a3bf8da558
commit fd7f9fefca
6 changed files with 372 additions and 269 deletions

View File

@@ -1455,7 +1455,7 @@ void game_load_or_quit_no_save_prompt()
GAME_COMMAND_POINTER* new_game_command_table[GAME_COMMAND_COUNT] = {
nullptr,
game_command_set_land_height,
nullptr,
game_pause_toggle,
game_command_place_track,
game_command_remove_track,