more rave balancing

add "noquads"
This commit is contained in:
Chris Danford
2004-01-12 03:47:55 +00:00
parent 43d23e5b3a
commit b555be59df
13 changed files with 66 additions and 20 deletions
+2 -2
View File
@@ -13,14 +13,14 @@
#include "GameConstantsAndTypes.h"
const int NUM_SKILL_LEVELS = 11; // 0-10
const int NUM_SKILL_LEVELS = 6; // 0-5
class PlayerAI
{
public:
static void InitFromDisk();
static TapNoteScore GetTapNoteScore( int iCpuSkill, int iSumOfAttackLevels );
static TapNoteScore GetTapNoteScore( PlayerNumber pn );
};