POLYMER=0 build fix. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4367 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-03-07 22:17:38 +00:00
parent 7d88e047d3
commit c3187cea1e
1 changed files with 3 additions and 0 deletions

View File

@ -17502,8 +17502,11 @@ void invalidatetile(int16_t tilenume, int32_t pal, int32_t how)
gltexinvalidate(tilenume, np, hp);
}
#ifdef POLYMER
if (getrendermode() == REND_POLYMER)
polymer_invalidateartmap(tilenume);
#endif
}
#endif
}