Quote@@ -5197,6 +5204,7 @@
// recalcs all ground tiles on the map
void karte_t::update_map()
{
+ DBG_MESSAGE( "karte_t::update_map()", called );
world_y_loop(&karte_t::update_map_intern);
set_dirty();
}
simworld.cc:5246:40: error: 'called' was not declared in this scope