aboutsummaryrefslogtreecommitdiffstats
path: root/src/YetiHack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/YetiHack.cpp')
-rw-r--r--src/YetiHack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/YetiHack.cpp b/src/YetiHack.cpp
index 59c6fc5..01c9503 100644
--- a/src/YetiHack.cpp
+++ b/src/YetiHack.cpp
@@ -282,7 +282,7 @@ bool smessage(int num, string message)
refresh();
getch();
erase();
- if (start(true, true, num) == 1)
+ if (start(false, true, num) == 1)
{
erase();
addstr("You died!");