1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-19 21:10:12 +02:00

For 0.84b dev build.

This commit is contained in:
Michał W. Urbańczyk 2011-05-25 23:52:27 +00:00
parent df062614d7
commit c32242b4e9
2 changed files with 7 additions and 7 deletions

View File

@ -426,12 +426,12 @@ void CClient::newGame( CConnection *con, StartInfo *si )
hotSeat = (humanPlayers > 1);
CScriptingModule *erm = getERMModule();
privilagedGameEventReceivers.push_back(erm);
privilagedBattleEventReceivers.push_back(erm);
icb = this;
acb = this;
erm->init();
// CScriptingModule *erm = getERMModule();
// privilagedGameEventReceivers.push_back(erm);
// privilagedBattleEventReceivers.push_back(erm);
// icb = this;
// acb = this;
// erm->init();
}
template <typename Handler>

View File

@ -26,7 +26,7 @@
#include "ConstTransitivePtr.h"
const ui32 version = 728;
const ui32 version = 729;
class CConnection;
class CGObjectInstance;
class CGameState;