mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
For 0.84b dev build.
This commit is contained in:
@@ -426,12 +426,12 @@ void CClient::newGame( CConnection *con, StartInfo *si )
|
|||||||
hotSeat = (humanPlayers > 1);
|
hotSeat = (humanPlayers > 1);
|
||||||
|
|
||||||
|
|
||||||
CScriptingModule *erm = getERMModule();
|
// CScriptingModule *erm = getERMModule();
|
||||||
privilagedGameEventReceivers.push_back(erm);
|
// privilagedGameEventReceivers.push_back(erm);
|
||||||
privilagedBattleEventReceivers.push_back(erm);
|
// privilagedBattleEventReceivers.push_back(erm);
|
||||||
icb = this;
|
// icb = this;
|
||||||
acb = this;
|
// acb = this;
|
||||||
erm->init();
|
// erm->init();
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename Handler>
|
template <typename Handler>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "ConstTransitivePtr.h"
|
#include "ConstTransitivePtr.h"
|
||||||
|
|
||||||
const ui32 version = 728;
|
const ui32 version = 729;
|
||||||
class CConnection;
|
class CConnection;
|
||||||
class CGObjectInstance;
|
class CGObjectInstance;
|
||||||
class CGameState;
|
class CGameState;
|
||||||
|
|||||||
Reference in New Issue
Block a user