From 357b131a52e8bc25f95eeba4494ad8a2088bef4d Mon Sep 17 00:00:00 2001 From: Jordie0608 Date: Fri, 22 May 2015 18:23:25 +1000 Subject: [PATCH] compile fix --- code/modules/shuttle/shuttle.dm | 2 +- code/world.dm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm index 790586f9c9a..c3f024c5c0c 100644 --- a/code/modules/shuttle/shuttle.dm +++ b/code/modules/shuttle/shuttle.dm @@ -170,7 +170,7 @@ SSshuttle.mobile += src var/area/A = get_area(src) - if(istype(A, area/shuttle)) + if(istype(A, /area/shuttle)) areaInstance = A if(!id) diff --git a/code/world.dm b/code/world.dm index de98ae35678..1e782468ce5 100644 --- a/code/world.dm +++ b/code/world.dm @@ -65,7 +65,6 @@ master_controller.setup() process_teleport_locs() //Sets up the wizard teleport locations - process_ghost_teleport_locs() //Sets up ghost teleport locations. SortAreas() //Build the list of all existing areas and sort it alphabetically #ifdef MAP_NAME