d_cc_s OK

This commit is contained in:
LagoLunatic
2024-02-12 00:52:30 -05:00
parent a3748c1fbc
commit 3712d741ca
3 changed files with 196 additions and 9 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ public:
if (mEffCounter < 0)
mEffCounter = 0;
}
bool ChkEffCounter() { return mEffCounter >= 0; }
bool ChkEffCounter() { return mEffCounter > 0; }
virtual ~dCcD_GAtTgCoCommonBase() {}
void ClrEffCounter() { mEffCounter = 0; }