From 46f25d440fa4388dceab62616a0156e89a9d901a Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Fri, 23 Jan 2004 10:27:30 +0000 Subject: use BobSlot::clear instead of Graphics::clearBob svn-id: r12578 --- queen/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queen/command.cpp') diff --git a/queen/command.cpp b/queen/command.cpp index 1d7e7eafcb..9673ba999b 100644 --- a/queen/command.cpp +++ b/queen/command.cpp @@ -1083,7 +1083,7 @@ void Command::setObjects(uint16 command) { if (image1 != 0 && image2 == 0 && objData->room == _vm->logic()->currentRoom()) { uint16 bobNum = _vm->logic()->findBob(dstObj); if (bobNum != 0) { - _vm->graphics()->clearBob(bobNum); + _vm->graphics()->bob(bobNum)->clear(); } } } -- cgit v1.2.3