update comments, clean extra whitespace
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
#include "BitmapText.h"
|
||||
#include "ReceptorArrowRow.h"
|
||||
#include "RageSound.h"
|
||||
/** @brief Enter a name for a new high score. */
|
||||
|
||||
/** @brief Enter a name for a new high score using a gimmicky interface. */
|
||||
class ScreenNameEntry : public ScreenWithMenuElements
|
||||
{
|
||||
public:
|
||||
@@ -14,7 +15,7 @@ public:
|
||||
virtual void Update( float fDeltaTime );
|
||||
virtual void Input( const InputEventPlus &input );
|
||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||
|
||||
|
||||
virtual void MenuStart( const InputEventPlus &input );
|
||||
|
||||
private:
|
||||
@@ -36,7 +37,7 @@ private:
|
||||
BitmapText m_Stamp;
|
||||
static RString g_sNameChars;
|
||||
};
|
||||
|
||||
|
||||
enum { ABS_MAX_RANKING_NAME_LENGTH = 10 };
|
||||
bool AnyStillEntering() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user