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
@@ -67,7 +67,7 @@ void ScreenSplash::MenuStart( PlayerNumber pn )
{
if( IsTransitioning() )
return;
if( !ALLOW_START_TO_SKIP.GetValue() )
if( !ALLOW_START_TO_SKIP )
return;
this->ClearMessageQueue( SM_PrepScreen );
HandleScreenMessage( SM_PrepScreen );