Comment formatting

This commit is contained in:
Josh Allen
2007-08-19 20:49:21 +00:00
parent 7d98b7ed16
commit 5107f3ff97
+5 -5
View File
@@ -36,16 +36,16 @@ enum NSCommand
enum SMOStepType enum SMOStepType
{ {
SMOST_UNUSED = 0, SMOST_UNUSED = 0,
SMOST_HITMINE, //1 SMOST_HITMINE,
SMOST_AVOIDMINE, //2 SMOST_AVOIDMINE,
SMOST_MISS, //Miss SMOST_MISS, //Miss
SMOST_W5, //Boo SMOST_W5, //Boo
SMOST_W4, //Good SMOST_W4, //Good
SMOST_W3, //Great SMOST_W3, //Great
SMOST_W2, //Perfect SMOST_W2, //Perfect
SMOST_W1, //Marvelous SMOST_W1, //Marvelous
SMOST_LETGO, //Let Go SMOST_LETGO, //Let Go
SMOST_HELD //OK SMOST_HELD //OK
}; };
const NSCommand NSServerOffset = (NSCommand)128; const NSCommand NSServerOffset = (NSCommand)128;