1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

Added cheat to edit land ownership settings in-game

This commit is contained in:
Gymnasiast
2015-06-07 12:45:55 +02:00
parent 00d8b2c463
commit c15da4370a
6 changed files with 41 additions and 6 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