NUM_CoinMode

This commit is contained in:
Glenn Maynard
2006-09-26 07:49:25 +00:00
parent c67422591c
commit 48bb38ee12
+1 -1
View File
@@ -526,7 +526,7 @@ class DebugLineCoinMode : public IDebugLine
virtual void Do( RString &sMessageOut )
{
CoinMode cm = (CoinMode)(PREFSMAN->m_CoinMode+1);
wrap( (int&)cm, NUM_COIN_MODES );
wrap( (int&)cm, NUM_CoinMode );
PREFSMAN->m_CoinMode.Set( cm );
SCREENMAN->RefreshCreditsMessages();
IDebugLine::Do( sMessageOut );