use Premium constants
This commit is contained in:
@@ -366,10 +366,6 @@ static const CString StageNames[] = {
|
||||
XToString( Stage, NUM_STAGES );
|
||||
|
||||
|
||||
#include "LuaFunctions.h"
|
||||
LuaFunction_NoArgs( CoinMode, CoinModeToString(PREFSMAN->m_CoinMode) )
|
||||
LuaFunction_NoArgs( Premium, PremiumToString(PREFSMAN->m_Premium) )
|
||||
|
||||
|
||||
/*
|
||||
* (c) 2001-2004 Chris Danford
|
||||
|
||||
@@ -2158,6 +2158,7 @@ CString GetStageText()
|
||||
return s;
|
||||
}
|
||||
LuaFunction_NoArgs( GetStageText, GetStageText() )
|
||||
LuaFunction_NoArgs( CoinMode, CoinModeToString(GAMESTATE->GetCoinMode()) )
|
||||
|
||||
/*
|
||||
* (c) 2001-2004 Chris Danford, Glenn Maynard, Chris Gomez
|
||||
|
||||
Reference in New Issue
Block a user