diff options
| author | Ray Hogenson <rayhogenson@gmail.com> | 2012-03-26 15:12:04 -0800 |
|---|---|---|
| committer | Ray Hogenson <rayhogenson@gmail.com> | 2012-03-26 15:12:04 -0800 |
| commit | adc79032764885b4701e33a874487ebd74d9657d (patch) | |
| tree | 0a8bda8875c594f4df91ce9edea5d9147f3af08d /src | |
| parent | 3db4a4c805e29ac1f79bd6d7e59e1422714cfa01 (diff) | |
| download | yetihack-adc79032764885b4701e33a874487ebd74d9657d.tar.zst | |
added press enter prompt
Diffstat (limited to 'src')
| -rw-r--r-- | src/YetiHack.cpp | 2 |
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(); |
