i fucked up - GLOBAL.DEFAULT_VIEW > GLOB.DEFAULT_VIEW

This commit is contained in:
deathride58
2017-12-05 21:53:52 -05:00
parent b765f50302
commit 1904080823
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -497,7 +497,7 @@
user.client.pixel_x = world.icon_size*_x
user.client.pixel_y = world.icon_size*_y
else
user.client.change_view(GLOBAL.DEFAULT_VIEW)
user.client.change_view(GLOB.DEFAULT_VIEW)
user.client.pixel_x = 0
user.client.pixel_y = 0
return zoomed
+1 -1
View File
@@ -176,7 +176,7 @@
zoom_animating = 0
animate(current_user.client, pixel_x = 0, pixel_y = 0, 0, FALSE, LINEAR_EASING, ANIMATION_END_NOW)
zoom_current_view_increase = 0
current_user.client.change_view(GLOBAL.DEFAULT_VIEW)
current_user.client.change_view(GLOB.DEFAULT_VIEW)
zooming_angle = 0
current_zoom_x = 0
current_zoom_y = 0