Comment formatting
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user