aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamweb.h
diff options
context:
space:
mode:
authorThierry Crozat2013-02-24 21:51:46 +0000
committerThierry Crozat2013-02-26 22:17:42 +0000
commit4530dd23a58c4a9b6a2a598d2398550efe0f993c (patch)
treeace28af33ec1da0afa8750a82f940635bf660762 /engines/dreamweb/dreamweb.h
parent9210eb5045b083362226c85f5bf84611d629a0cf (diff)
downloadscummvm-rg350-4530dd23a58c4a9b6a2a598d2398550efe0f993c.tar.gz
scummvm-rg350-4530dd23a58c4a9b6a2a598d2398550efe0f993c.tar.bz2
scummvm-rg350-4530dd23a58c4a9b6a2a598d2398550efe0f993c.zip
DREAMWEB: Add localised commands in the network terminal
The original interpreter only used english commands in the terminal even when playing one of the localised version (and even though everything else in the terminal was localised). This adds the possibility to either use the English commands or the localised ones. Localized commands have been added for French, German (thanks to SimSaw, who also proposed that idea) and Italian (thanks to Maff).
Diffstat (limited to 'engines/dreamweb/dreamweb.h')
-rw-r--r--engines/dreamweb/dreamweb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dreamweb/dreamweb.h b/engines/dreamweb/dreamweb.h
index eb35a73f66..c13a6995bf 100644
--- a/engines/dreamweb/dreamweb.h
+++ b/engines/dreamweb/dreamweb.h
@@ -513,6 +513,7 @@ public:
void dirCom();
void useMon();
bool execCommand();
+ int findCommand(const char* cmdList[]);
// from newplace.cpp
void getUnderCentre();