Initialize timeSinceDeath
This commit is contained in:
parent
b6d0bad21c
commit
fc31086ab9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ private:
|
|||
SuperPellets superPellets;
|
||||
std::tuple<Blinky, Speedy, Inky, Clyde> ghosts;
|
||||
Score score;
|
||||
std::chrono::milliseconds timeSinceDeath;
|
||||
std::chrono::milliseconds timeSinceDeath{};
|
||||
|
||||
void step(std::chrono::milliseconds delta, InputState inputState);
|
||||
void eatPellets();
|
||||
|
|
Loading…
Reference in a new issue