diff options
Diffstat (limited to 'src/statuseffect.h')
-rw-r--r-- | src/statuseffect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/statuseffect.h b/src/statuseffect.h index 32450ac4a..90b49baf2 100644 --- a/src/statuseffect.h +++ b/src/statuseffect.h @@ -90,7 +90,8 @@ public: * \param enabling Whether to retrieve the activating effect (true) or * the deactivating effect (false). */ - static StatusEffect *getStunEffect(int index, bool enabling) A_WARN_UNUSED; + static StatusEffect *getStunEffect(const int index, + const bool enabling) A_WARN_UNUSED; /** * Maps a block effect index to its corresponding effect index. Block |