More doxy.

This commit is contained in:
Jason Felds
2011-02-28 01:07:25 -05:00
parent 5375887c14
commit d9ea95145f
+4 -1
View File
@@ -53,7 +53,10 @@ private:
public:
apActorCommands m_cmdInit;
// All the stuff below will be filled in if this character is playable in Rave mode
/**
* @brief Is this character playable in the Rave mode?
*
* All of the variables listed below here will be filled in if true. */
bool m_bUsableInRave;
RString m_sAttacks[NUM_ATTACK_LEVELS][NUM_ATTACKS_PER_LEVEL];