From 4c953a5f03134a2b093dfe637c4867b3adf1aca8 Mon Sep 17 00:00:00 2001 From: Sean Burke Date: Tue, 22 Mar 2005 22:43:20 +0000 Subject: [PATCH] compile fix --- stepmania/src/ScreenTextEntry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;