src/debug.cpp
changeset 5915 a39082f82ea2
parent 5835 e0ff603ae0b7
child 6210 717cc12ac0a9
--- a/src/debug.cpp	Sun Jan 14 19:06:11 2007 +0000
+++ b/src/debug.cpp	Sun Jan 14 19:13:36 2007 +0000
@@ -23,6 +23,7 @@
 int _debug_yapf_level;
 int _debug_freetype_level;
 int _debug_sl_level;
+int _debug_station_level;
 
 
 typedef struct DebugLevel {
@@ -46,6 +47,7 @@
 	DEBUG_LEVEL(yapf),
 	DEBUG_LEVEL(freetype),
 	DEBUG_LEVEL(sl),
+	DEBUG_LEVEL(station),
 	};
 #undef DEBUG_LEVEL