Last commit didn't build, this fixes it but next I'm removing it.
This commit is contained in:
parent
cacf72604f
commit
fcd1225370
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ void Builder::run() {
|
||||||
} else {
|
} else {
|
||||||
if(game.is_dead()) {
|
if(game.is_dead()) {
|
||||||
gui.output("!!!! YOU DIED! !!!! Learn to code luser.");
|
gui.output("!!!! YOU DIED! !!!! Learn to code luser.");
|
||||||
game.reset()
|
game.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
listener->reset_state();
|
listener->reset_state();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue