VC6 cleanup. Remove .GetValue() "fixes" by overloading binary operators.

This commit is contained in:
Charles Lohr
2005-03-14 20:26:50 +00:00
parent 81290aa995
commit b36f6a6f04
7 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ void ScreenStage::MenuBack( PlayerNumber pn )
if( m_In.IsTransitioning() || m_Out.IsTransitioning() || m_Back.IsTransitioning() )
return;
if( !ALLOW_BACK.GetValue() )
if( !ALLOW_BACK )
return;
this->ClearMessageQueue();