add multi target quads

stack displays target quads up to 10 targets. also displays actual
number of targets...
This commit is contained in:
Anthony Calosa
2017-02-12 10:29:13 +08:00
parent 6b1e51b4f6
commit b5129f702e
2 changed files with 84 additions and 17 deletions

View File

@@ -77,7 +77,7 @@ public:
}
virtual const string getDisplayName() const;
void Render(MTGCardInstance * source, JQuad * targetQuad, string alt1, string alt2, string action, bool bigQuad = false, int aType = 0);
void Render(MTGCardInstance * source, JQuad * targetQuad, string alt1, string alt2, string action, bool bigQuad = false, int aType = 0, vector<JQuadPtr> targetIcons = vector<JQuadPtr>());
virtual int receiveEvent(WEvent *)
{