1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Started game_command_20 raise lower land

This commit is contained in:
Duncan Frost
2015-01-10 16:40:27 +00:00
parent 42383cc192
commit 8a4e12a3f4
5 changed files with 87 additions and 4 deletions

View File

@@ -877,7 +877,7 @@ static uint32 game_do_command_table[58] = {
0x006A61DE,
0x006A68AE,
0x006A67C0,
0x00663CCD, // 20
0, // use new_game_command_table, original: 0x00663CCD, // 20
0x006B53E9,
0x00698D6C, // text input
0x0068C542,
@@ -940,7 +940,7 @@ static GAME_COMMAND_POINTER* new_game_command_table[58] = {
game_command_emptysub,
game_command_emptysub,
game_command_emptysub,
game_command_emptysub, // 20
game_command_raise_lower_land, // 20
game_command_emptysub,
game_command_emptysub,
game_command_emptysub,