1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +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

@@ -42,7 +42,7 @@ enum GAME_COMMAND {
GAME_COMMAND_PLACE_PATH, // 17
GAME_COMMAND_18,
GAME_COMMAND_REMOVE_PATH, // 19
GAME_COMMAND_20, //Raise/lower land
GAME_COMMAND_RAISE_LOWER_LAND, //Raise/lower land
GAME_COMMAND_21,
GAME_COMMAND_22, //To do with text input
GAME_COMMAND_23,