1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r109) added/heavily modified patch by truesatan: cheat change date

This commit is contained in:
dominik
2004-08-22 15:25:36 +00:00
parent 99253905bb
commit f4c026d8d1
3 changed files with 24 additions and 1 deletions

View File

@@ -180,6 +180,7 @@ typedef struct Cheats {
Cheat build_in_pause; // build while in pause mode
Cheat no_jetcrash; // no jet will crash on small airports anymore
Cheat switch_climate;
Cheat change_date; //changes date ingame
} Cheats;
VARDEF Cheats _cheats;