Browse Source

Update towners.cpp

pull/4/head
galaxyhaxz 8 years ago committed by GitHub
parent
commit
f0298a95a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/towners.cpp

2
Source/towners.cpp

@ -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;
}

Loading…
Cancel
Save