From f0298a95a90b192dd1044cdba7cd5610b287ccc2 Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Sun, 10 Jun 2018 18:12:44 -0500 Subject: [PATCH] Update towners.cpp --- Source/towners.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/towners.cpp b/Source/towners.cpp index 0101456..9acfc83 100644 --- a/Source/towners.cpp +++ b/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; }