aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-06-01 20:37:21 -0400
committerPaul Gilbert2014-06-01 20:37:21 -0400
commit0dddc2053071aec1e276a7dcd8402d5b0e0ca270 (patch)
tree44430868f2074a678078f3b5e62f9d262293b818 /engines/mads/scene.cpp
parent2e587c5b4c659144142c09984018fdd19030c4ae (diff)
downloadscummvm-rg350-0dddc2053071aec1e276a7dcd8402d5b0e0ca270.tar.gz
scummvm-rg350-0dddc2053071aec1e276a7dcd8402d5b0e0ca270.tar.bz2
scummvm-rg350-0dddc2053071aec1e276a7dcd8402d5b0e0ca270.zip
MADS: Use correct article for throwing items over fence
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r--engines/mads/scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index 0a45ee42ee..ca953a0ec9 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -76,7 +76,7 @@ Scene::Scene(MADSEngine *vm)
_verbList.push_back(VerbInit(VERB_GIVE, VERB_THIS, PREP_TO));
_verbList.push_back(VerbInit(VERB_PULL, VERB_THAT, PREP_NONE));
_verbList.push_back(VerbInit(VERB_CLOSE, VERB_THAT, PREP_NONE));
- _verbList.push_back(VerbInit(VERB_THROW, VERB_THIS, PREP_TO));
+ _verbList.push_back(VerbInit(VERB_THROW, VERB_THIS, PREP_AT));
}
Scene::~Scene() {