2
0
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:
2020-03-06 07:16:55 -08:00
parent e43bfe1e58
commit 1cccaac115
8 changed files with 193 additions and 13 deletions

View File

@@ -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;
}