mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
d_cc_s OK
This commit is contained in:
+1
-1
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user