diff options
| author | robojumper <robojumper@gmail.com> | 2024-09-26 00:34:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-25 18:34:35 -0400 |
| commit | 0f9ef3d33c5772d5240bfa1ff209d81abc934376 (patch) | |
| tree | 7d982dc5d58274395ec511e4526cb58aba892fe9 /include/s | |
| parent | 2d05a828fc397830278a1c48bd9d14635c76862b (diff) | |
Some main dol actor splits, dAcOsw_c OK, dTgSw_c OK (#34)
* Some main dol actor splits and code
* Match dAcOsw_c
* diff clean
* Fix
* dTgSw_c OK
Diffstat (limited to 'include/s')
| -rw-r--r-- | include/s/s_StateMgr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/s/s_StateMgr.hpp b/include/s/s_StateMgr.hpp index 09f5f217..6c486927 100644 --- a/include/s/s_StateMgr.hpp +++ b/include/s/s_StateMgr.hpp @@ -36,7 +36,7 @@ public: virtual const sStateIDIf_c *getOldStateID() const { return mMethod.getOldStateID(); } // SS addition - bool isState(const sStateIDIf_c& other) { + bool isState(const sStateIDIf_c& other) const { return *getStateID() == other; } |
