From a6d0d135c1c1b248468577af447fbeb52b9267f1 Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Sat, 25 Feb 2012 22:47:55 -0900 Subject: fixed immortality bug --- src/YetiHack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/YetiHack.cpp') 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!"); -- cgit v1.3.1