support Transforms as attacks

This commit is contained in:
Chris Danford
2003-08-18 02:37:43 +00:00
parent 82314802d5
commit b4befeb3df
6 changed files with 129 additions and 42 deletions
+1
View File
@@ -167,6 +167,7 @@ public:
void MakeBlank() { sModifier=""; }
};
Attack m_ActiveAttacks[NUM_PLAYERS][NUM_INVENTORY_SLOTS];
vector<PlayerOptions::Transform> m_TransformsToApply[NUM_PLAYERS];
// used in PLAY_MODE_BATTLE
Attack m_Inventory[NUM_PLAYERS][NUM_INVENTORY_SLOTS];