mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
Final CChozoGhost imps
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
bool CallFunc(CStateManager& mgr, CAi& ai) const {
|
||||
if (x0_func) {
|
||||
bool ret = (ai.*x0_func)(mgr, xc_arg);
|
||||
return x18_lNot ? !ret : ret;
|
||||
return x18_lNot == !ret;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user