* 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

@@ -4,7 +4,7 @@
#include <JGE.h>
#include "Effects.h"
class CardGui;
struct CardGui;
class CardEffect : public Effect
{

View File

@@ -15,7 +15,7 @@
class MTGGamePhase;
class MTGAbility;
class MTGCardInstance;
class CardGui;
struct CardGui;
class Player;
class TargetChooser;

View File

@@ -8,7 +8,7 @@
class Player;
class GameObserver;
class CardGui;
struct CardGui;
class MTGGuiPlay: public PlayGuiObjectController {
protected:

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);