From a4c16f7447103c3264d1d4fd1ae3f980e242e604 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Sun, 10 Oct 2010 09:47:19 +0000 Subject: HUGO: Move Dos strings from Parser to hugo.dat svn-id: r53109 --- tools/create_hugo/staticparser.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'tools/create_hugo/staticparser.h') diff --git a/tools/create_hugo/staticparser.h b/tools/create_hugo/staticparser.h index 95e790f40a..9e67e98c26 100644 --- a/tools/create_hugo/staticparser.h +++ b/tools/create_hugo/staticparser.h @@ -33,7 +33,7 @@ #ifndef STATICPARSER_H #define STATICPARSER_H -#define NUM_PARSER_TEXT 18 +#define NUM_PARSER_TEXT 25 const char *textParser[NUM_PARSER_TEXT] = { "You should press ALT+F4 or click on Game/Exit.", "You are in a maze of\ntwisty little paths,\nwhich are all alike!", @@ -52,7 +52,14 @@ const char *textParser[NUM_PARSER_TEXT] = { "I don't see any here!", "You're not close enough!", "You are carrying:", - "\nPress ESCAPE to continue" + "\nPress ESCAPE to continue", + "I see nothing special about it", + "You don't have it!", + "I don't see it anywhere", + "Are you sure you want to QUIT?", + "Apparently our hero either doesn't\nunderstand what you mean or doesn't\nthink that would be very useful!", + "I find that befuddling!", + "I don't think that would\naccomplish much, somehow!" }; #endif //STATICPARSER_H -- cgit v1.2.3