Update Rules
Also fix stack display and removed unnecessary code (border for card is targetted/targetter since we used forcedborder in actionstack). Also fixed some cards
This commit is contained in:
@@ -1521,6 +1521,7 @@ void ActionStack::Render()
|
||||
((Interruptible *) mObjects[i])->y = currenty + 40;
|
||||
currenty += ((Interruptible *) mObjects[i])->mHeight + 40;
|
||||
}
|
||||
current->mHasFocus = false;//fix stack display
|
||||
mObjects[i]->Render();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user