- Updated to ZDoom r3124 (software 3D floors).

- Adapted GZDoom code to changes.


git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1184 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2011-01-29 13:14:31 +00:00
parent ced25f823f
commit 3764a7484d
32 changed files with 1800 additions and 426 deletions

View file

@ -1695,7 +1695,7 @@ void AM_drawSubsectors()
lightlist_t *light = P_GetPlaneLight(sec, floorplane, false);
floorlight = *light->p_lightlevel;
colormap = *light->p_extra_colormap;
colormap = light->extra_colormap;
}
#endif