aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-28 18:43:04 -0500
committerPaul Gilbert2015-02-28 18:43:04 -0500
commit93cc299eafab9e385af9b812f45809cc4645a14e (patch)
tree60138bd303ce229db03effa64f49feb6ca334750 /engines/xeen/resources.cpp
parent99aa64bda4695ca704a2902d3c6b6bd705204043 (diff)
downloadscummvm-rg350-93cc299eafab9e385af9b812f45809cc4645a14e.tar.gz
scummvm-rg350-93cc299eafab9e385af9b812f45809cc4645a14e.tar.bz2
scummvm-rg350-93cc299eafab9e385af9b812f45809cc4645a14e.zip
XEEN: Implement addHitPoints and spellFX methods
Diffstat (limited to 'engines/xeen/resources.cpp')
-rw-r--r--engines/xeen/resources.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/resources.cpp b/engines/xeen/resources.cpp
index 5c76d29173..5893403ebd 100644
--- a/engines/xeen/resources.cpp
+++ b/engines/xeen/resources.cpp
@@ -1528,4 +1528,6 @@ const char *const GIVE_TREASURE_FORMATTING =
const char *const X_FOUND_Y = "\v060\t000\x03c%s found: %s";
+const char *const ON_WHO = "\x3""c\v009On Who?";
+
} // End of namespace Xeen