update comments, clean extra whitespace

This commit is contained in:
AJ Kelly
2011-02-27 20:02:18 -06:00
parent 794c418879
commit 24d4605c0b
2 changed files with 12 additions and 15 deletions
+4 -3
View File
@@ -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;