1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

Merge pull request #1252 from Gymnasiast/ownership-editor

Added cheat to edit land ownership settings in-game
This commit is contained in:
Ted John
2015-06-07 13:34:33 +01:00
6 changed files with 42 additions and 7 deletions

View File

@@ -616,6 +616,9 @@ void window_cancel_textbox();
void window_update_textbox_caret();
void window_update_textbox();
//Cheat: in-game land ownership editor
void toggle_ingame_land_ownership_editor();
#ifdef _MSC_VER
#define window_get_register(w) \
__asm mov w, esi