1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Rename outer caster

This commit is contained in:
nordsoft
2023-04-10 20:56:50 +04:00
parent b9cabef179
commit 9371f013e9
4 changed files with 17 additions and 16 deletions

View File

@@ -14,7 +14,7 @@
#include "../NetPacksBase.h"
#include "../ResourceSet.h"
#include "../spells/OuterCaster.h"
#include "../spells/ExternalCaster.h"
VCMI_LIB_NAMESPACE_BEGIN
@@ -326,7 +326,7 @@ protected:
bool onceVisitableObjectCleared;
/// caster to cast adveture spells
mutable spells::OuterCaster caster;
mutable spells::ExternalCaster caster;
public:
EVisitMode getVisitMode() const;