mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Compile fix. Sorry, Ivan :P
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#define RETURN_IF_NOT_BATTLE(X) if(!duringBattle()) {tlog1 << __FUNCTION__ << " called when no battle!\n"; return X; }
|
#define RETURN_IF_NOT_BATTLE(X) if(!duringBattle()) {tlog1 << __FUNCTION__ << " called when no battle!\n"; return X; }
|
||||||
|
|
||||||
//allocate static member
|
//allocate static member
|
||||||
const int ReachabilityInfo::INFINITE_DIST;
|
//const int ReachabilityInfo::INFINITE_DIST;
|
||||||
|
|
||||||
namespace SiegeStuffThatShouldBeMovedToHandlers // <=== TODO
|
namespace SiegeStuffThatShouldBeMovedToHandlers // <=== TODO
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user