mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-14 20:30:18 -04:00
p1 cleanup
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user