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

(svn r71) -Cheat: [976127] no extra frequent jet crash on small airports (truesatan)

-Changed some debug messages in aircraft code to DEBUG(misc, 1)
This commit is contained in:
darkvater
2004-08-16 22:35:17 +00:00
parent 345e2c38ad
commit b4e9a3d1d4
5 changed files with 10 additions and 7 deletions

View File

@@ -176,6 +176,7 @@ typedef struct Cheats {
Cheat money; // get rich
Cheat crossing_tunnels; // allow tunnels that cross each other
Cheat build_in_pause; // build while in pause mode
Cheat no_jetcrash; // no jet will crash on small airports anymore
} Cheats;
VARDEF Cheats _cheats;