From b4e9a3d1d40d87f79394db4c4425d006aee253da Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 16 Aug 2004 22:35:17 +0000 Subject: (svn r71) -Cheat: [976127] no extra frequent jet crash on small airports (truesatan) -Changed some debug messages in aircraft code to DEBUG(misc, 1) --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index cc8b6acc9..bbb0ded43 100644 --- a/variables.h +++ b/variables.h @@ -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; -- cgit v1.2.3-54-g00ecf