1
0
Fork 0

Update objects.cpp

pull/9/head
galaxyhaxz 2018-06-10 18:10:54 -05:00 committed by GitHub
parent ffc8c38801
commit 9cf9797a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1846,7 +1846,7 @@ void __fastcall SetupObject(int i, int x, int y, int ot)
v8 = 0;
while ( v7 != v6 )
v7 = ObjFileList[v8++ + 1];
object[v4]._oAnimCel = pObjCels[v8];
object[v4]._oAnimData = pObjCels[v8];
v9 = AllObjects[v5].oAnimFlag;
object[v4]._oAnimFlag = v9;
if ( v9 )
@ -7270,7 +7270,7 @@ void __fastcall SyncObjectAnim(int o)
v3 = 0;
while ( v2 != (char)AllObjects[object[o]._otype].ofindex )
v2 = ObjFileList[v3++ + 1];
object[o]._oAnimCel = pObjCels[v3];
object[o]._oAnimData = pObjCels[v3];
if ( v1 <= OBJ_BOOK2R )
{
if ( v1 != OBJ_BOOK2R )