Improved scheduler logging

This commit is contained in:
Pax1601
2023-11-03 11:37:09 +01:00
parent 99dc61799f
commit 7e05bbf5e3
2 changed files with 164 additions and 146 deletions

View File

@@ -37,8 +37,8 @@ public:
private:
list<Command*> commands;
list<string> executedCommandsHashes;
unsigned int load;
double frameRate;
unsigned int load = 0;
double frameRate = 0;
bool restrictSpawns = false;
bool restrictToCoalition = false;