Update CreatureLib.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
34fb528da4
commit
bb90d3db87
|
@ -7,7 +7,7 @@
|
||||||
auto next = aggregator.GetNext(); \
|
auto next = aggregator.GetNext(); \
|
||||||
if (next == nullptr) \
|
if (next == nullptr) \
|
||||||
continue; \
|
continue; \
|
||||||
auto castNext = dynamic_cast<PkmnLib::Battling::PkmnScript*>(next); \
|
auto castNext = next.ForceAs<PkmnLib::Battling::PkmnScript>(); \
|
||||||
castNext->hookName(__VA_ARGS__); \
|
castNext->hookName(__VA_ARGS__); \
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue