momir indicator (non PSP)
green + can play a land, red + means you already played a land/ or cant play a land anymore. also some minor fix
This commit is contained in:
@@ -338,7 +338,10 @@ void GuiPlay::Update(float dt)
|
||||
{
|
||||
battleField.Update(dt);
|
||||
for (iterator it = cards.begin(); it != cards.end(); ++it)
|
||||
(*it)->Update(dt);
|
||||
{
|
||||
if((*it))
|
||||
(*it)->Update(dt);
|
||||
}
|
||||
}
|
||||
|
||||
int GuiPlay::receiveEventPlus(WEvent * e)
|
||||
|
||||
Reference in New Issue
Block a user