per-player NoteSkin

NoteSkin selected on PlayerOptions screen
tweaked judgement appearance
marvelous judgement glow
ActorEffect cleanup
This commit is contained in:
Chris Danford
2003-02-17 12:19:42 +00:00
parent 6d96209d14
commit 032bf447f3
46 changed files with 706 additions and 682 deletions
+2 -2
View File
@@ -29,9 +29,9 @@ const unsigned MAX_OPTIONS_PER_LINE = 20;
// used to pass menu info into this class
struct OptionRowData {
char szTitle[30];
char szTitle[40];
unsigned iNumOptions;
char szOptionsText[MAX_OPTIONS_PER_LINE][60];
char szOptionsText[MAX_OPTIONS_PER_LINE][80];
char szExplanation[2048];
};