diff options
author | Travis Howell | 2009-02-11 12:24:38 +0000 |
---|---|---|
committer | Travis Howell | 2009-02-11 12:24:38 +0000 |
commit | 2ada930eec37d644aa4a5b492065ce50f932efda (patch) | |
tree | 1061ecb5ebb6ecc70a01482ff2cebd134d897cc9 /engines | |
parent | c2afb25ec556b78947d7caa47a24f8db10f529db (diff) | |
download | scummvm-rg350-2ada930eec37d644aa4a5b492065ce50f932efda.tar.gz scummvm-rg350-2ada930eec37d644aa4a5b492065ce50f932efda.tar.bz2 scummvm-rg350-2ada930eec37d644aa4a5b492065ce50f932efda.zip |
Fix bug #2583230 - Waxworks: Can't drag and drop items.
svn-id: r36261
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/input.cpp b/engines/agos/input.cpp index 5ad678b05f..9017d42a58 100644 --- a/engines/agos/input.cpp +++ b/engines/agos/input.cpp @@ -251,7 +251,7 @@ void AGOSEngine::waitForInput() { if (_currentBox != NULL) { _hitAreaObjectItem = _currentBox->itemPtr; - setVerbText(ha); + setVerbText(_currentBox); } break; |