Polymer: fix underwalls being not animated (introduced in r2823).

git-svn-id: https://svn.eduke32.com/eduke32@2835 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-07-15 09:23:58 +00:00
parent ba2a0c602e
commit a17cdd9d95

View file

@ -2930,7 +2930,7 @@ static void polymer_updatewall(int16_t wallnum)
else
refwall = wallnum;
curpicnum = wall[refwall].picnum;
curpicnum = (wal->cstat & 2) ? nwallpicnum : wallpicnum;
curpal = wall[refwall].pal;
curshade = wall[refwall].shade;
curxpanning = wall[refwall].xpanning;