* Some compile warnings/errors fixed
This commit is contained in:
jean.chalard
2009-08-22 06:39:29 +00:00
parent f2ac56a7e2
commit 1a4b90f71d
4 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ void GuiFrame::Render()
renderer->RenderQuad(gold1, -sized, 16);
renderer->RenderQuad(gold1, -sized + 479, 16);
goldGlow->SetColor(ARGB(100+(random()%50), 255, 255, 255));
goldGlow->SetColor(ARGB(100+(rand()%50), 255, 255, 255));
renderer->RenderQuad(goldGlow, -sized, 9);
renderer->RenderQuad(goldGlow, -sized + 480, 9);