Erwan
- Adding external rules mechanism. It is very crude for the moment, but I hope it will grow. Have a look at Rules/mtg.txt for basic usage
This commit is contained in:
@@ -21,7 +21,7 @@ static int colors[] =
|
||||
};
|
||||
*/
|
||||
|
||||
GuiPhaseBar::GuiPhaseBar() : phase(GameObserver::GetInstance()->phaseRing->getCurrentPhase()), angle(0.0f)
|
||||
GuiPhaseBar::GuiPhaseBar() : phase(NULL), angle(0.0f)
|
||||
{
|
||||
JQuad * quad;
|
||||
if ((quad = resources.GetQuad("phasebar")) != NULL){
|
||||
|
||||
Reference in New Issue
Block a user