summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2005-04-11 19:53:44 +0000
committermatthijs <matthijs@openttd.org>2005-04-11 19:53:44 +0000
commitf5d9cb58ebd9780c0d1c256a15c93f1d5de636fb (patch)
tree7611935b4ef6a2c1d6cf921d2367db66bf73a1e3 /debug.h
parentb02dde198240a27f53ca196e1d9bdff89ca2edcf (diff)
downloadopenttd-f5d9cb58ebd9780c0d1c256a15c93f1d5de636fb.tar.xz
(svn r2182) - Add: [NPF] There is now a debug class for NPF. Use -d npf<level> to enable debugging printouts from npf.
- Codechange: [NPF] Removed NPF_MARKROUTE macro, to mark routes just specify a npf debugging level >= 1 on the commandline.
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index ce375d04b..b11b3afa8 100644
--- a/debug.h
+++ b/debug.h
@@ -14,6 +14,7 @@
extern int _debug_net_level;
extern int _debug_spritecache_level;
extern int _debug_oldloader_level;
+ extern int _debug_npf_level;
#endif
void CDECL debug(const char *s, ...);