mirror of https://github.com/tstellar/bygfoot.git
Strength bar fixed.
This commit is contained in:
parent
71e2f1f589
commit
3da4968337
|
@ -1060,6 +1060,7 @@ game_get_max_values(gfloat max_values[4])
|
|||
|
||||
pl.skill = pl.cskill = const_float("float_player_max_skill");
|
||||
pl.fitness = 1;
|
||||
pl.streak = 0;
|
||||
|
||||
max_values[0] = const_float("float_player_max_skill");
|
||||
|
||||
|
|
Loading…
Reference in New Issue