corrected bug in enum Windows

This commit is contained in:
mrsmola 2007-09-24 19:14:26 +00:00
parent 44ab8e6b15
commit d764603bb1
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ enum Windows
WINDOW_BETS,
WINDOW_SPLASH,
WINDOW_END,
WINDOW_TRAINING_CAMP
WINDOW_TRAINING_CAMP,
WINDOW_LEAGUE_TABLE
};