News:

Use the "Forum Search"
It may help you to find anything in the forum ;).

r5750 compile error gcc

Started by kierongreen, May 29, 2012, 09:14:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kierongreen

r5750 introduced the following change to simworld.cc which causes a compile error:
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();
}

gcc gives following error:
simworld.cc:5246:40: error: 'called' was not declared in this scope

prissi

Yeah, some more GCC typo like missing OVERRIDE. I am hunting a bug when rotation the map quickly.