compile fix

This commit is contained in:
Sean Burke
2005-03-22 22:43:20 +00:00
parent 0948c50ce4
commit 4c953a5f03
+1 -1
View File
@@ -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;