mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Renames some things (#22925)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
/client/proc/UpdateView()
|
||||
if(!ViewModsActive)
|
||||
ViewPreferedIconSize = winget(src, "mapwindow.map", "icon-size")
|
||||
ViewPreferedIconSize = winget(src, "paramapwindow.map", "icon-size")
|
||||
|
||||
var/highest_range = 0
|
||||
for(var/mod_id in ViewMods)
|
||||
@@ -43,9 +43,9 @@
|
||||
|
||||
/client/proc/SetView(view_range)
|
||||
if(view_range == prefs.viewrange)
|
||||
winset(src, "mapwindow.map", "icon-size=[ViewPreferedIconSize]")
|
||||
winset(src, "paramapwindow.map", "icon-size=[ViewPreferedIconSize]")
|
||||
else
|
||||
winset(src, "mapwindow.map", "icon-size=0")
|
||||
winset(src, "paramapwindow.map", "icon-size=0")
|
||||
|
||||
view = view_range
|
||||
|
||||
|
||||
Reference in New Issue
Block a user