Fix parallaxed sector display in Mapster32 on Polymer.

git-svn-id: https://svn.eduke32.com/eduke32@2257 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-01-14 14:48:45 +00:00
parent 480690aa1d
commit e30ed58aa0

View file

@ -817,7 +817,7 @@ void ExtSetupMapFilename(const char *mapname)
void ExtLoadMap(const char *mapname) void ExtLoadMap(const char *mapname)
{ {
int32_t i; int32_t i;
int32_t sky=LA; int32_t sky=0;
getmessageleng = 0; getmessageleng = 0;
getmessagetimeoff = 0; getmessagetimeoff = 0;
@ -826,8 +826,7 @@ void ExtLoadMap(const char *mapname)
// old-fashioned multi-psky handling // old-fashioned multi-psky handling
for (i=0; i<8; i++) Bmemset(pskyoff, 0, sizeof(pskyoff));
pskyoff[i] = 0;
for (i=0; i<numsectors; i++) for (i=0; i<numsectors; i++)
{ {