Compilation fixes.

This commit is contained in:
PsiOmegaDelta
2015-06-30 09:01:51 +02:00
parent f420dd9f01
commit cc1ca0e616
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1380,7 +1380,7 @@
if(eyeobj.owner != src)
reset_view(null)
else
else
var/isRemoteObserve = 0
if((mRemote in mutations) && remoteview_target)
if(remoteview_target.stat==CONSCIOUS)
@@ -19,7 +19,6 @@
var/local_transmit //If set, can only speak to others of the same type within a short range.
var/sensor_mode = 0 //Determines the current HUD.
var/mob/living/cameraFollow = null
var/next_alarm_notice
var/list/datum/alarm/queued_alarms = new()