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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user