1
0
Fork 0

Update dead.cpp

pull/9/head
galaxyhaxz 2018-06-10 18:08:01 -05:00 committed by GitHub
parent 02ca1300af
commit c5b1141430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -66,10 +66,10 @@ void __cdecl InitDead()
}
v16 = 0;
v4 = v0;
memset(&dead[v0], misfiledata[16].mAnimCel[0], 8u);
memset(&dead[v0], misfiledata[16].mAnimData[0], 8u);
_LOBYTE(dead[v4]._deadtrans) = 0;
dead[v4]._deadFrame = 8;
v5 = misfiledata[18].mAnimCel[0];
v5 = misfiledata[18].mAnimData[0];
dead[v4].field_24 = 128;
dead[v4].field_28 = 32;
v6 = v0 + 1;
@ -93,7 +93,7 @@ void __cdecl InitDead()
v10 = monster[v9].MType;
v11 = (char *)(v8 - 8);
v15 = (int *)8;
v14 = &v10->Anims[4].Frames[1];
v14 = v10->Anims[4].Frames;
do
{
v12 = v14;