BossFightUI now gets everything from a world and will be implemented like the rest of the game, but as a mini game.
This commit is contained in:
parent
ca18422930
commit
6e8aa48332
4 changed files with 34 additions and 25 deletions
|
@ -11,7 +11,6 @@ struct Stats {
|
|||
double min = 0.0;
|
||||
double max = 0.0;
|
||||
|
||||
|
||||
inline void reset() {
|
||||
sum = 0;
|
||||
sumsq = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue