(svn r10777) -Fix: don't put the ctor debug on lvl3, it is more a lvl5 debug
authortruelight
Fri, 03 Aug 2007 23:19:29 +0000
changeset 7900 b88064d431b5
parent 7899 3b6a66b414ec
child 7901 1af11255e634
(svn r10777) -Fix: don't put the ctor debug on lvl3, it is more a lvl5 debug
src/station.h
--- a/src/station.h	Fri Aug 03 23:18:56 2007 +0000
+++ b/src/station.h	Fri Aug 03 23:19:29 2007 +0000
@@ -48,7 +48,7 @@
 		TRUCK                               ///< A standard stop for trucks
 	};
 
-	static const int  cDebugCtorLevel =  3;  ///< Debug level on which Contructor / Destructor messages are printed
+	static const int  cDebugCtorLevel =  5;  ///< Debug level on which Contructor / Destructor messages are printed
 	static const uint LIMIT           = 16;  ///< The maximum amount of roadstops that are allowed at a single station
 	static const uint MAX_BAY_COUNT   =  2;  ///< The maximum number of loading bays
 
@@ -154,7 +154,7 @@
 
 	StationRect rect; ///< Station spread out rectangle (not saved) maintained by StationRect_xxx() functions
 
-	static const int cDebugCtorLevel = 3;
+	static const int cDebugCtorLevel = 5;
 
 	Station(TileIndex tile = 0);
 	virtual ~Station();