mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
Fix old Build engine bug: setgotpic() not called from parascan()
git-svn-id: https://svn.eduke32.com/eduke32@6340 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c23b1fe076
commit
8d2fe8ec1d
1 changed files with 1 additions and 0 deletions
|
@ -3609,6 +3609,7 @@ static void parascan(int32_t dax1, int32_t dax2, int32_t sectnum, char dastat, i
|
||||||
|
|
||||||
if ((unsigned)globalpicnum >= MAXTILES) globalpicnum = 0;
|
if ((unsigned)globalpicnum >= MAXTILES) globalpicnum = 0;
|
||||||
DO_TILE_ANIM(globalpicnum, sectnum);
|
DO_TILE_ANIM(globalpicnum, sectnum);
|
||||||
|
setgotpic(globalpicnum);
|
||||||
|
|
||||||
logtilesizy = (picsiz[globalpicnum]>>4);
|
logtilesizy = (picsiz[globalpicnum]>>4);
|
||||||
tsizy = tilesiz[globalpicnum].y;
|
tsizy = tilesiz[globalpicnum].y;
|
||||||
|
|
Loading…
Reference in a new issue