- GZDoom project files and GZDoom related changes to main ZDoom code

This commit is contained in:
Christoph Oelckers 2013-06-23 10:46:31 +02:00
commit b2bb24ea0a
7 changed files with 7355 additions and 12 deletions

View file

@ -389,6 +389,9 @@ void P_SerializeWorld (FArchive &arc)
<< desaturate;
sec->ColorMap = GetSpecialLights (color, fade, desaturate);
}
// begin of GZDoom additions
arc << sec->reflect[sector_t::ceiling] << sec->reflect[sector_t::floor];
// end of GZDoom additions
}
// do lines