1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Implement TileModifyAction

Further work moving game commands into the game action framework
This commit is contained in:
duncanspumpkin
2019-05-15 21:15:23 +01:00
parent 99772ab3b8
commit 3162d4dc75
10 changed files with 524 additions and 424 deletions

View File

@@ -1225,7 +1225,7 @@ GAME_COMMAND_POINTER* new_game_command_table[GAME_COMMAND_COUNT] = {
game_command_pickup_guest,
game_command_pickup_staff,
nullptr,
game_command_modify_tile,
nullptr,
nullptr,
NULL,
};