From 272eb212878e90285f21a6b3d4ab655a9e59b0b3 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Wed, 7 Jan 2004 15:45:24 +0000 Subject: - moved some Person/Anim code to Graphics - some renaming svn-id: r12218 --- queen/cutaway.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'queen/cutaway.cpp') diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp index 05e345a219..c8b9c08308 100644 --- a/queen/cutaway.cpp +++ b/queen/cutaway.cpp @@ -794,7 +794,7 @@ void Cutaway::handlePersonRecord( } } else { - _vm->logic()->personSetData( + _vm->logic()->initPerson( object.objectNumber - _vm->logic()->currentRoomData(), "", true, &p); @@ -1023,7 +1023,7 @@ void Cutaway::run(char *nextFilename) { if (object->image == -3 || object->image == -4) { k++; if (object->name > 0) { - _vm->graphics()->animReset(k); + _vm->graphics()->resetPersonAnim(k); } } } @@ -1040,7 +1040,6 @@ void Cutaway::run(char *nextFilename) { _vm->logic()->gameState(3, 1); _vm->logic()->inventoryRefresh(); } - } joeBob->animating = 0; -- cgit v1.2.3