Merge branch 'colormap-overhaul-change-ldef' into colormap-overhaul-fade

This commit is contained in:
mazmazz 2018-09-12 17:40:24 -04:00
commit 30b9ed59c0

View file

@ -664,6 +664,7 @@ static void P_NetArchiveWorld(void)
diff2 |= SD_TAG; diff2 |= SD_TAG;
if (ss->nexttag != ss->spawn_nexttag || ss->firsttag != ss->spawn_firsttag) if (ss->nexttag != ss->spawn_nexttag || ss->firsttag != ss->spawn_firsttag)
diff3 |= SD_TAGLIST; diff3 |= SD_TAGLIST;
if (ss->extra_colormap != ss->spawn_extra_colormap) if (ss->extra_colormap != ss->spawn_extra_colormap)
diff3 |= SD_COLORMAP; diff3 |= SD_COLORMAP;