reordered these varibles pspsdk doesnt like it when things are not int'ed in order.

This commit is contained in:
omegablast2002@yahoo.com
2011-02-14 01:18:41 +00:00
parent 3826355b6b
commit ecd2217139

View File

@@ -1285,9 +1285,9 @@ public:
class ACastRestriction: public AbilityTP
{
public:
TargetChooser * restrictionsScope; //a minimalist TargetChooser object describing the cards impacted by the restriction (for example: lands)
WParsedInt *value; //"maxPerTurn" value
MaxPerTurnRestriction * existingRestriction; // a pointer to the restriction that is being modified or that has been created (for restriction deletion purpose)
TargetChooser * restrictionsScope; //a minimalist TargetChooser object describing the cards impacted by the restriction (for example: lands)
bool modifyExisting; //if set to true, means we want to modify an existing restriction, otherwise we create a new one
int zoneId; // identifier of the zone id impacted by the restriction
Player * targetPlayer; // Reference to the player impacted by the restriction (for restriction deletion purpose)