Fix code review issues

This commit is contained in:
Mark van Alphen
2019-03-31 22:09:09 +02:00
parent 78e8ca9147
commit 55adce2fb1
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -732,10 +732,10 @@ The _flatIcons list is a cache for generated icon files.
var/icon/add // Icon of overlay being added
// Current dimensions of flattened icon
var/flatX1=1
var/flatX2=flat.Width()
var/flatY1=1
var/flatY2=flat.Height()
var/flatX1 = 1
var/flatX2 = flat.Width()
var/flatY1 = 1
var/flatY2 = flat.Height()
// Dimensions of overlay being added
var/addX1
var/addX2
+1 -1
View File
@@ -715,7 +715,7 @@
shuttleId = C.shuttleId
/obj/machinery/computer/shuttle/Initialize()
..()
. = ..()
connect()
/obj/machinery/computer/shuttle/proc/connect()