Fix some GCC warnings

This was SVN commit r7048.
This commit is contained in:
Ykkrosh
2009-07-28 16:59:19 +00:00
parent 4ee7e26776
commit 008d894dd7
20 changed files with 39 additions and 29 deletions
+1 -1
View File
@@ -513,7 +513,7 @@ void CGUI::Draw()
glPopMatrix();
}
void CGUI::DrawSprite(CGUISpriteInstance& Sprite,
void CGUI::DrawSprite(const CGUISpriteInstance& Sprite,
int CellID,
const float& Z,
const CRect& Rect,