Consistent semicolon use.
This is C++, not Python!
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
#include "ScreenDimensions.h"
|
||||
|
||||
const int MAX_WHEEL_SOUND_SPEED = 15;
|
||||
AutoScreenMessage( SM_SongChanged ) // TODO: Replace this with a Message and MESSAGEMAN
|
||||
AutoScreenMessage( SM_SongChanged ); // TODO: Replace this with a Message and MESSAGEMAN
|
||||
|
||||
WheelBase::~WheelBase()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user