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
@@ -450,7 +450,7 @@ class DebugLineAutoplay : public IDebugLine
virtual RString GetDescription() { return AUTO_PLAY.GetValue(); }
virtual RString GetValue()
{
switch( GamePreferences::m_AutoPlay )
switch( GamePreferences::m_AutoPlay.Get() )
{
case PC_HUMAN: return OFF.GetValue(); break;
case PC_AUTOPLAY: return ON.GetValue(); break;