diff options
author | Eugene Sandulenko | 2008-05-11 09:20:19 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-05-11 09:20:19 +0000 |
commit | 81b75d9238c558234004cf7ef2da687d022e4433 (patch) | |
tree | 47d840834d4a50e6f4fc1e61ed3f64bdf28c4e46 /engines | |
parent | 1320ab610be469e5c2cf2eaf2a16531d646de2ba (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/drascula/texts.cpp | 36 |
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", }, }; |