tweak score number styles

This commit is contained in:
Chris Danford
2008-03-27 05:59:09 +00:00
parent b9cba048f4
commit cf3aec361f
9 changed files with 21 additions and 15 deletions
+2
View File
@@ -220,6 +220,7 @@ int PlayerState::GetSumOfActiveAttackLevels() const
class LunaPlayerState: public Luna<PlayerState>
{
public:
DEFINE_METHOD( GetPlayerNumber, m_PlayerNumber );
static int SetPlayerOptions( T* p, lua_State *L )
{
ModsLevel m = Enum::Check<ModsLevel>( L, 1 );
@@ -238,6 +239,7 @@ public:
LunaPlayerState()
{
ADD_METHOD( GetPlayerNumber );
ADD_METHOD( SetPlayerOptions );
ADD_METHOD( GetPlayerOptions );
}