1
0
Fork 0

Update towners.cpp

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

View File

@ -362,7 +362,7 @@ void __fastcall NewTownerAnim(int tnum, void *pAnim, int numFrames, int Delay)
v4 = tnum;
towner[v4]._tAnimCnt = 0;
towner[v4]._tAnimLen = numFrames;
towner[v4]._tAnimCel = pAnim;
towner[v4]._tAnimData = pAnim;
towner[v4]._tAnimFrame = 1;
towner[v4]._tAnimDelay = Delay;
}