fix warnings
This commit is contained in:
@@ -296,7 +296,7 @@ public:
|
|||||||
}
|
}
|
||||||
else if( GAMESTATE->IsCourseMode() ) // playing a course
|
else if( GAMESTATE->IsCourseMode() ) // playing a course
|
||||||
{
|
{
|
||||||
defOut.bOneChoiceForAllPlayers = PREFSMAN->m_bLockCourseDifficulties;
|
defOut.bOneChoiceForAllPlayers = (bool)PREFSMAN->m_bLockCourseDifficulties;
|
||||||
|
|
||||||
vector<Trail*> vTrails;
|
vector<Trail*> vTrails;
|
||||||
GAMESTATE->m_pCurCourse->GetTrails( vTrails, GAMESTATE->GetCurrentStyle()->m_StepsType );
|
GAMESTATE->m_pCurCourse->GetTrails( vTrails, GAMESTATE->GetCurrentStyle()->m_StepsType );
|
||||||
|
|||||||
@@ -141,7 +141,6 @@ void ScreenJukebox::Init()
|
|||||||
FOREACH_EnabledPlayer( p )
|
FOREACH_EnabledPlayer( p )
|
||||||
{
|
{
|
||||||
/* Reset the combo, in case ComboContinuesBetweenSongs is enabled. */
|
/* Reset the combo, in case ComboContinuesBetweenSongs is enabled. */
|
||||||
Profile* pProfile = PROFILEMAN->GetProfile(p);
|
|
||||||
STATSMAN->m_CurStageStats.m_player[p].iCurCombo = 0;
|
STATSMAN->m_CurStageStats.m_player[p].iCurCombo = 0;
|
||||||
|
|
||||||
if( GAMESTATE->m_bJukeboxUsesModifiers )
|
if( GAMESTATE->m_bJukeboxUsesModifiers )
|
||||||
|
|||||||
@@ -402,9 +402,6 @@ void TexCoordArrayFromRect(float fImageCoords[8], const RectF &rect)
|
|||||||
|
|
||||||
void Sprite::DrawTexture( const TweenState *state )
|
void Sprite::DrawTexture( const TweenState *state )
|
||||||
{
|
{
|
||||||
if( m_fBaseAlpha != 1 )
|
|
||||||
int dkjfksdf = 0;
|
|
||||||
|
|
||||||
Actor::SetGlobalRenderStates(); // set Actor-specified render states
|
Actor::SetGlobalRenderStates(); // set Actor-specified render states
|
||||||
|
|
||||||
// bail if cropped all the way
|
// bail if cropped all the way
|
||||||
|
|||||||
Reference in New Issue
Block a user