remove game-specific names

This commit is contained in:
Glenn Maynard
2007-08-19 21:04:40 +00:00
parent 5107f3ff97
commit 7f29885237
+8 -8
View File
@@ -38,14 +38,14 @@ enum SMOStepType
SMOST_UNUSED = 0, SMOST_UNUSED = 0,
SMOST_HITMINE, SMOST_HITMINE,
SMOST_AVOIDMINE, SMOST_AVOIDMINE,
SMOST_MISS, //Miss SMOST_MISS,
SMOST_W5, //Boo SMOST_W5,
SMOST_W4, //Good SMOST_W4,
SMOST_W3, //Great SMOST_W3,
SMOST_W2, //Perfect SMOST_W2,
SMOST_W1, //Marvelous SMOST_W1,
SMOST_LETGO, //Let Go SMOST_LETGO,
SMOST_HELD //OK SMOST_HELD
}; };
const NSCommand NSServerOffset = (NSCommand)128; const NSCommand NSServerOffset = (NSCommand)128;