tweening fix

This commit is contained in:
Glenn Maynard
2003-11-24 03:59:09 +00:00
parent 6b9f4b708c
commit 8560ce95f6
+8 -2
View File
@@ -602,9 +602,15 @@ float ScreenSelectMaster::TweenOffScreen()
continue; // skip
bool SelectedByEitherPlayer = false;
for( int p=0; p<NUM_PLAYERS; p++ )
if( GAMESTATE->IsPlayerEnabled(p) && m_iChoice[p] == (int)c )
if( SHARED_PREVIEW_AND_CURSOR )
{
if( m_iChoice[0] == (int)c )
SelectedByEitherPlayer = true;
}
else
for( int p=0; p<NUM_PLAYERS; p++ )
if( GAMESTATE->IsPlayerEnabled(p) && m_iChoice[p] == (int)c )
SelectedByEitherPlayer = true;
for( int i=0; i<NUM_ICON_PARTS; i++ )
{