aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-08 23:17:47 +0200
committerEugene Sandulenko2017-08-08 23:45:26 +0200
commit82a308855756f4407d35d57088bb65f0b05093a2 (patch)
tree041869df10f02f1fa858b98450bbe6c32e1a5a2e /engines
parentbca79db96b8964e232e136ca5c45f11c958226d1 (diff)
downloadscummvm-rg350-82a308855756f4407d35d57088bb65f0b05093a2.tar.gz
scummvm-rg350-82a308855756f4407d35d57088bb65f0b05093a2.tar.bz2
scummvm-rg350-82a308855756f4407d35d57088bb65f0b05093a2.zip
WAGE: The command is "inven"
Diffstat (limited to 'engines')
-rw-r--r--engines/wage/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp
index 782d9ee3f7..1773fc1b5c 100644
--- a/engines/wage/script.cpp
+++ b/engines/wage/script.cpp
@@ -219,7 +219,7 @@ bool Script::execute(World *world, int loopCount, Common::String *inputText, Des
_handled = _engine->handleOfferCommand(&input.c_str()[6]);
} else if (input.contains("look")) {
_handled = _engine->handleLookCommand();
- } else if (input.contains("inventory")) {
+ } else if (input.contains("inven")) {
_handled = _engine->handleInventoryCommand();
} else if (input.contains("status")) {
_handled = _engine->handleStatusCommand();