aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula
diff options
context:
space:
mode:
authorEugene Sandulenko2008-05-11 09:20:19 +0000
committerEugene Sandulenko2008-05-11 09:20:19 +0000
commit81b75d9238c558234004cf7ef2da687d022e4433 (patch)
tree47d840834d4a50e6f4fc1e61ed3f64bdf28c4e46 /engines/drascula
parent1320ab610be469e5c2cf2eaf2a16531d646de2ba (diff)
downloadscummvm-rg350-81b75d9238c558234004cf7ef2da687d022e4433.tar.gz
scummvm-rg350-81b75d9238c558234004cf7ef2da687d022e4433.tar.bz2
scummvm-rg350-81b75d9238c558234004cf7ef2da687d022e4433.zip
Add more verbs. They're not translated in the original, so it would be best
if someone would do it. svn-id: r32000
Diffstat (limited to 'engines/drascula')
-rw-r--r--engines/drascula/texts.cpp36
1 files changed, 18 insertions, 18 deletions
diff --git a/engines/drascula/texts.cpp b/engines/drascula/texts.cpp
index a0ff44fa72..91a2eecc4e 100644
--- a/engines/drascula/texts.cpp
+++ b/engines/drascula/texts.cpp
@@ -5223,28 +5223,28 @@ const char *_textverbs[][6] = {
"mover",
},
{
- "",
- "",
- "",
- "",
- "",
- ""
+ "look", // TODO Translate it
+ "take",
+ "open",
+ "close",
+ "talk",
+ "push",
},
{
- "",
- "",
- "",
- "",
- "",
- ""
+ "look", // TODO Translate it
+ "take",
+ "open",
+ "close",
+ "talk",
+ "push",
},
{
- "",
- "",
- "",
- "",
- "",
- ""
+ "look", // TODO Translate it
+ "take",
+ "open",
+ "close",
+ "talk",
+ "push",
},
};