adds the ability to actually vote for maps instead of using tg's biased preference-based voting system (#7743)

This commit is contained in:
deathride58
2018-11-19 23:10:25 -05:00
committed by kevinz000
parent 870bf3347c
commit a93751bc03
5 changed files with 23 additions and 3 deletions

View File

@@ -685,7 +685,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += "<b>Ambient Occlusion:</b> <a href='?_src_=prefs;preference=ambientocclusion'>[ambientocclusion ? "Enabled" : "Disabled"]</a><br>"
dat += "<b>Fit Viewport:</b> <a href='?_src_=prefs;preference=auto_fit_viewport'>[auto_fit_viewport ? "Auto" : "Manual"]</a><br>"
if (CONFIG_GET(flag/maprotation))
if (CONFIG_GET(flag/maprotation) && CONFIG_GET(flag/tgstyle_maprotation))
var/p_map = preferred_map
if (!p_map)
p_map = "Default"