a.m32: Don't reposition head light if in void space, fixing crash.

git-svn-id: https://svn.eduke32.com/eduke32@3651 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2013-04-07 15:20:33 +00:00
parent abcc98d5c1
commit 478544acb6

View file

@ -1148,6 +1148,9 @@ defstate update_headlight
ifvare headlight_enabled 0
break
ifvarl cursectnum 0
break
ifvarn light[li].active 1
break