mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Merge CPrivilegedInfoCallback into CGameInfoCallback
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include "../CPlayerState.h"
|
||||
#include "../IGameSettings.h"
|
||||
#include "../battle/BattleLayout.h"
|
||||
#include "../callback/CPrivilegedInfoCallback.h"
|
||||
#include "../callback/CGameInfoCallback.h"
|
||||
#include "../callback/IGameEventCallback.h"
|
||||
#include "../gameState/CGameState.h"
|
||||
#include "../mapObjectConstructors/AObjectTypeHandler.h"
|
||||
@@ -355,7 +355,7 @@ void CRewardableObject::initObj(vstd::RNG & rand)
|
||||
getObjectHandler()->configureObject(this, rand);
|
||||
}
|
||||
|
||||
CRewardableObject::CRewardableObject(CPrivilegedInfoCallback *cb)
|
||||
CRewardableObject::CRewardableObject(CGameInfoCallback *cb)
|
||||
:CArmedInstance(cb)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user