- resolved protagonist swapping problem
svn-id: r16296
This commit is contained in:
parent
841962dcb9
commit
c8d8972dd0
2 changed files with 9 additions and 2 deletions
|
@ -759,7 +759,7 @@ int Script::sfSetFrame(SCRIPTFUNC_PARAMS) {
|
|||
if (frameRange->frameCount <= frameOffset) {
|
||||
// frameRange = _vm->_actor->getActorFrameRange(actorId, frameType);
|
||||
|
||||
warning("Wrong frameOffset 0x%X", frameOffset);
|
||||
error("Wrong frameOffset 0x%X", frameOffset);
|
||||
}
|
||||
actor->frameNumber = frameRange->frameIndex + frameOffset;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue