Fix compile error

This commit is contained in:
Markolie
2015-02-22 22:29:58 +01:00
parent 8f88221d42
commit 8f5bddbb32
+2 -2
View File
@@ -591,8 +591,8 @@
I.Move(loc)
var/list/click_params = params2list(params)
//Center the icon where the user clicked.
W.pixel_x = (text2num(click_params["icon-x"]) - 16)
W.pixel_y = (text2num(click_params["icon-y"]) - 16)
I.pixel_x = (text2num(click_params["icon-x"]) - 16)
I.pixel_y = (text2num(click_params["icon-y"]) - 16)
//if(W && W.loc) W.loc = src.loc
return 1