From 2ada930eec37d644aa4a5b492065ce50f932efda Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 11 Feb 2009 12:24:38 +0000 Subject: Fix bug #2583230 - Waxworks: Can't drag and drop items. svn-id: r36261 --- engines/agos/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3