mirror of
https://github.com/zeldaret/ss
synced 2026-08-02 16:36:10 -04:00
intial progress
This commit is contained in:
@@ -584,6 +584,13 @@ public:
|
||||
return mCurrentAction == 0xAD || mCurrentAction == 0xAE;
|
||||
}
|
||||
|
||||
void onModelUpdateFlag(u32 mask) {
|
||||
mModelUpdateFlags |= mask;
|
||||
}
|
||||
void offModelUpdateFlag(u32 mask) {
|
||||
mModelUpdateFlags &= ~mask;
|
||||
}
|
||||
|
||||
inline bool checkActionFlags(u32 mask) const {
|
||||
return (mActionFlags & mask) != 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user