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) --- window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'window.c') diff --git a/window.c b/window.c index bd68afe5f..df968d3d0 100644 --- a/window.c +++ b/window.c @@ -1023,7 +1023,7 @@ void MouseLoop() } if (click == 1) { - DEBUG(misc, 1) ("cursor: 0x%X (%d)", _cursor.sprite, _cursor.sprite); + DEBUG(misc, 2) ("cursor: 0x%X (%d)", _cursor.sprite, _cursor.sprite); if (_thd.place_mode != 0 && // query button and place sign button work in pause mode !(_cursor.sprite == 0x2CF || _cursor.sprite == 0x2D2) && -- cgit v1.2.3-54-g00ecf