This fixes a renderer crash with external view + lights.

git-svn-id: https://svn.eduke32.com/eduke32@1569 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2009-12-14 07:08:21 +00:00
parent 6e819ce0d0
commit e38f060ce8
1 changed files with 1 additions and 0 deletions

View File

@ -846,6 +846,7 @@ void polymer_drawrooms(int32_t daposx, int32_t daposy, int32_t da
(daposz > cursectflorz) ||
(daposz < cursectceilz))
{
curmodelviewmatrix = rootmodelviewmatrix;
i = numsectors-1;
while (i >= 0)
{