Consistent semicolon use.
This is C++, not Python!
This commit is contained in:
@@ -19,7 +19,7 @@ static const int NUM_SCORE_DIGITS = 9;
|
||||
|
||||
#define MAX_COMBO_NUM_DIGITS THEME->GetMetricI("ScreenEvaluation","MaxComboNumDigits")
|
||||
|
||||
static AutoScreenMessage( SM_GotEval )
|
||||
static AutoScreenMessage( SM_GotEval );
|
||||
|
||||
REGISTER_SCREEN_CLASS( ScreenNetEvaluation );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user