aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/YetiHack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/YetiHack.cpp b/src/YetiHack.cpp
index fbcf677..c49cc9f 100644
--- a/src/YetiHack.cpp
+++ b/src/YetiHack.cpp
@@ -237,7 +237,7 @@ int start(bool immortal, bool story, double escapeturns)
yetis.push_back(yeti1);
}
}
- addstr("\nYou Escaped!");
+ addstr("\nYou Escaped! Press enter to continue.");
do
{
input = getch();