diff --git a/src/config/stk_config.hpp b/src/config/stk_config.hpp index 3d923d93a..4c6ddccf6 100644 --- a/src/config/stk_config.hpp +++ b/src/config/stk_config.hpp @@ -58,10 +58,12 @@ public: * - SAME: give it one more item of the type it currently has. * - ONLY_IF_SAME: only give it one more item if the randomly chosen item * has the same type as the currently held item. */ - enum {POWERUP_MODE_NEW, - POWERUP_MODE_SAME, - POWERUP_MODE_ONLY_IF_SAME} - m_same_powerup_mode; + enum { + POWERUP_MODE_NEW, + POWERUP_MODE_SAME, + POWERUP_MODE_ONLY_IF_SAME + } + m_same_powerup_mode; static float UNDEFINED; float m_bomb_time; /**