Merge pull request #6769 from Citadel-Station-13/upstream-merge-37868

[MIRROR] Fixes parallax runtime
This commit is contained in:
deathride58
2018-05-17 18:08:40 +00:00
committed by GitHub
+2
View File
@@ -167,6 +167,8 @@
/datum/hud/proc/update_parallax()
var/client/C = mymob.client
var/turf/posobj = get_turf(C.eye)
if(!posobj)
return
var/area/areaobj = posobj.loc
// Update the movement direction of the parallax if necessary (for shuttles)