fix OnCommand not being sent
This commit is contained in:
@@ -445,10 +445,12 @@ void Background::LoadFromSong( const Song* pSong )
|
|||||||
m_DangerPlayer[p].SetXY( (float)LEFT_EDGE, (float)TOP_EDGE );
|
m_DangerPlayer[p].SetXY( (float)LEFT_EDGE, (float)TOP_EDGE );
|
||||||
m_DangerPlayer[p].SetZoomX( fXZoom );
|
m_DangerPlayer[p].SetZoomX( fXZoom );
|
||||||
m_DangerPlayer[p].SetZoomY( fYZoom );
|
m_DangerPlayer[p].SetZoomY( fYZoom );
|
||||||
|
m_DangerPlayer[p].PlayCommand( "On" );
|
||||||
|
|
||||||
m_DeadPlayer[p].SetXY( (float)LEFT_EDGE, (float)TOP_EDGE );
|
m_DeadPlayer[p].SetXY( (float)LEFT_EDGE, (float)TOP_EDGE );
|
||||||
m_DeadPlayer[p].SetZoomX( fXZoom );
|
m_DeadPlayer[p].SetZoomX( fXZoom );
|
||||||
m_DeadPlayer[p].SetZoomY( fYZoom );
|
m_DeadPlayer[p].SetZoomY( fYZoom );
|
||||||
|
m_DeadPlayer[p].PlayCommand( "On" );
|
||||||
}
|
}
|
||||||
|
|
||||||
TEXTUREMAN->EnableOddDimensionWarning();
|
TEXTUREMAN->EnableOddDimensionWarning();
|
||||||
|
|||||||
Reference in New Issue
Block a user