Fix crash with "setrendermode 4" in builds with Polymer disabled

git-svn-id: https://svn.eduke32.com/eduke32@6488 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-10-16 21:17:53 +00:00
parent 3b9587cfa2
commit d33107808e
1 changed files with 2 additions and 0 deletions

View File

@ -13088,6 +13088,8 @@ int32_t setrendermode(int32_t renderer)
G_Polymer_UnInit(); G_Polymer_UnInit();
polymer_uninit(); polymer_uninit();
} }
# else
else renderer = REND_POLYMOST;
# endif # endif
basepalreset = 1; basepalreset = 1;