diff --git a/include/Kyoto/Audio/CSfxManager.hpp b/include/Kyoto/Audio/CSfxManager.hpp index e978f302..1877bff1 100644 --- a/include/Kyoto/Audio/CSfxManager.hpp +++ b/include/Kyoto/Audio/CSfxManager.hpp @@ -20,9 +20,9 @@ public: static void PitchBend(CSfxHandle handle, int pitch); - static s16 kMaxPriority; // 0xff - static s16 kMedPriority; // 0x7f - static int kAllAreas; + const static s16 kMaxPriority; // 0xff + const static s16 kMedPriority; // 0x7f + const static int kAllAreas; }; #endif