From fcd1225370612a4deb5b821b7245345113614bd2 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sat, 7 Sep 2024 16:33:08 -0400 Subject: [PATCH] Last commit didn't build, this fixes it but next I'm removing it. --- builder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.cpp b/builder.cpp index 4ff47b4..2a3c4ec 100644 --- a/builder.cpp +++ b/builder.cpp @@ -144,7 +144,7 @@ void Builder::run() { } else { if(game.is_dead()) { gui.output("!!!! YOU DIED! !!!! Learn to code luser."); - game.reset() + game.reset(); } listener->reset_state();