summaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-16 22:35:17 +0000
committerdarkvater <darkvater@openttd.org>2004-08-16 22:35:17 +0000
commitb4e9a3d1d40d87f79394db4c4425d006aee253da (patch)
tree34c3bf9557f7b58d9537757fb42f293f44edce7f /window.c
parent345e2c38ad6c28c40063dd42a421488c5d664f61 (diff)
downloadopenttd-b4e9a3d1d40d87f79394db4c4425d006aee253da.tar.xz
(svn r71) -Cheat: [976127] no extra frequent jet crash on small airports (truesatan)
-Changed some debug messages in aircraft code to DEBUG(misc, 1)
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 1 insertions, 1 deletions
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) &&