Three fixes for the Runtime Errors topic.

- null.check_tile_graphic() in FEA_system
- "Cancel".network in /proc/camera_network_sort
- "d699999427062f612349cb4948a6eb...".len (Might not be fixed entirely, but I fixed one place that it was being set incorrectly)
This commit is contained in:
Uristqwerty
2012-02-12 13:54:52 -05:00
parent c0ba7f227d
commit 8e84ff57df
3 changed files with 3 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ datum
base.processing = 0 //singletons at startup are technically unconnected anyway
base.parent = null
if(base.air.check_tile_graphic())
if(base.air && base.air.check_tile_graphic())
base.update_visuals(base.air)
return null