p1 cleanup

This commit is contained in:
LagoLunatic
2026-08-03 02:08:28 -04:00
parent 537b6cfc3b
commit 7d10c4357a
4 changed files with 24 additions and 24 deletions
+5 -1
View File
@@ -615,7 +615,11 @@ public:
void CStickUseless() { setFlag(0x800000); }
void StickUse() { clrFlag(0x1000000); }
void StickUseless() { setFlag(0x1000000); }
void SkipSmoother(){m102 = 1; m101 = 1; m100 = 1;}
void SkipSmoother(){
m102 = 1;
m101 = 1;
m100 = 1;
}
bool Active() { return mActive; }
bool Pause() { return mPause; }