Amend r5910 so that the problem is mitigated even when the map load takes place with a different renderer.

git-svn-id: https://svn.eduke32.com/eduke32@5913 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-10-25 05:43:46 +00:00
parent 1940940f81
commit 8a995219de

View file

@ -8938,8 +8938,7 @@ static void prepare_loadboard(int32_t fil, vec3_t *dapos, int16_t *daang, int16_
Bmemset(wallchanged, 0, sizeof(wallchanged));
#ifdef USE_OPENGL
if (getrendermode() == REND_POLYMOST)
Polymost_prepare_loadboard();
Polymost_prepare_loadboard();
#endif
if (!have_maptext())