Sfoglia il codice sorgente

Compile fix. Sorry, Ivan :P

DjWarmonger 13 anni fa
parent
commit
002844b376
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/CBattleCallback.cpp

+ 1 - 1
lib/CBattleCallback.cpp

@@ -9,7 +9,7 @@
 #define RETURN_IF_NOT_BATTLE(X) if(!duringBattle()) {tlog1 << __FUNCTION__ << " called when no battle!\n"; return X; }
 
 //allocate static member
-const int ReachabilityInfo::INFINITE_DIST;
+//const int ReachabilityInfo::INFINITE_DIST;
 
 namespace SiegeStuffThatShouldBeMovedToHandlers //  <=== TODO
 {