mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 14:41:55 +00:00
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:
parent
1940940f81
commit
8a995219de
1 changed files with 1 additions and 2 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue