tweening fix
This commit is contained in:
@@ -602,9 +602,15 @@ float ScreenSelectMaster::TweenOffScreen()
|
|||||||
continue; // skip
|
continue; // skip
|
||||||
|
|
||||||
bool SelectedByEitherPlayer = false;
|
bool SelectedByEitherPlayer = false;
|
||||||
for( int p=0; p<NUM_PLAYERS; p++ )
|
if( SHARED_PREVIEW_AND_CURSOR )
|
||||||
if( GAMESTATE->IsPlayerEnabled(p) && m_iChoice[p] == (int)c )
|
{
|
||||||
|
if( m_iChoice[0] == (int)c )
|
||||||
SelectedByEitherPlayer = true;
|
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++ )
|
for( int i=0; i<NUM_ICON_PARTS; i++ )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user