diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index 1abcfbe999..a3738a01a9 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -10,7 +10,7 @@ #include "ScreenDimensions.h" #include "ActorUtil.h" -const SPECIAL_KEY_WIDTH = 3; // special keys are 3x as wide as normal keys +const int SPECIAL_KEY_WIDTH = 3; // special keys are 3x as wide as normal keys const int MAX_KEYS_PER_ROW = 13;