newlines
This commit is contained in:
@@ -139,4 +139,4 @@ void BPMDisplay::SetBPMRange( float fLowBPM, float fHighBPM )
|
||||
m_textLabel.SetTweenDiffuseBottomEdge( NORMAL_COLOR_BOTTOM );
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -117,4 +117,4 @@ void DifficultyRating::SetOrientation(int Orientation)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ private:
|
||||
vector<Sprite*> m_apSprites; // stores the list of elements (left to right)
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -89,4 +89,4 @@ bool InputQueue::MatchesPattern( const GameController c, const GameButton* butto
|
||||
sequence_index--;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -571,4 +571,4 @@ void LifeStream::DrawPrimitives()
|
||||
pd3dDevice->DrawPrimitive( D3DPT_TRIANGLESTRIP, 0, iNumV-2 );
|
||||
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -219,4 +219,4 @@ void LifeMeterBattery::Update( float fDeltaTime )
|
||||
CLAMP( iFrameNo, 0, 3 );
|
||||
m_sprBattery.SetState( iFrameNo );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -242,4 +242,4 @@ void ScreenJukebox::HandleScreenMessage( const ScreenMessage SM )
|
||||
}
|
||||
|
||||
ScreenGameplay::HandleScreenMessage( SM );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,4 +28,4 @@ protected:
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user