FIX: APC's unbuildable due to runtime

This commit fixes APC's being unbuildable due to a runtime error.
The runtime error was caused by checking for area.master, which no longer
exists after the lighting overhaul.

Signed-off-by: Tigercat2000 <nick.pilant2@gmail.com>
This commit is contained in:
Tigercat2000
2015-05-15 13:06:34 -07:00
parent 05a58fa2f2
commit 80d33eaab2
+1 -1
View File
@@ -119,7 +119,7 @@
if (building==0)
init()
else
area = src.loc.loc:master
area = src.loc.loc
area.apc |= src
opened = 1
operating = 0