mirror of https://github.com/tstellar/bygfoot.git
corrected bug in enum Windows
This commit is contained in:
parent
44ab8e6b15
commit
d764603bb1
|
@ -54,7 +54,7 @@ enum Windows
|
|||
WINDOW_BETS,
|
||||
WINDOW_SPLASH,
|
||||
WINDOW_END,
|
||||
WINDOW_TRAINING_CAMP
|
||||
WINDOW_TRAINING_CAMP,
|
||||
WINDOW_LEAGUE_TABLE
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue