Is it possible to add numbers of halt infomation of loading savegame in debug message ?
Thank you.
Index: simworld.cc
===================================================================
--- simworld.cc (r2441)
+++ simworld.cc (copy)
@@ -3620,6 +3620,7 @@
dbg->warning("karte_t::laden()", "could not restore stopnear %i,%i", halt->get_init_pos().x, halt->get_init_pos().y );
}
}
+ DBG_MESSAGE("karte_t::laden()","%d halts loaded",halt_count);
}
DBG_MESSAGE("karte_t::laden()", "load convois");