Fix compile.

This commit is contained in:
Steve Checkoway
2006-11-22 05:51:10 +00:00
parent 2766d0b970
commit 2b762a116b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ void ScreenSyncOverlay::UpdateText()
if( g_bShowAutoPlayStatus )
{
switch( GamePreferences::m_AutoPlay )
switch( GamePreferences::m_AutoPlay.Get() )
{
case PC_HUMAN: break;
case PC_AUTOPLAY: vs.push_back(AUTO_PLAY); break;