aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2020-08-24 14:30:24 -0600
committerSelene ToyKeeper2020-08-24 14:30:24 -0600
commit6ecd92d847d52db7608760ddc2a64fde4f3dc043 (patch)
tree9d236dd711e05878d7ad6afd36496203a3828b93
parentchanged "Off 2H" to "ceil or turbo, based on simple UI active", and (diff)
downloadanduril-6ecd92d847d52db7608760ddc2a64fde4f3dc043.tar.gz
anduril-6ecd92d847d52db7608760ddc2a64fde4f3dc043.tar.bz2
anduril-6ecd92d847d52db7608760ddc2a64fde4f3dc043.zip
set more sensible defaults for simple UI levels
-rw-r--r--spaghetti-monster/anduril/ramp-mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/ramp-mode.h b/spaghetti-monster/anduril/ramp-mode.h
index eb13430..cd350bf 100644
--- a/spaghetti-monster/anduril/ramp-mode.h
+++ b/spaghetti-monster/anduril/ramp-mode.h
@@ -43,10 +43,10 @@
#define SIMPLE_UI_ACTIVE 1
#endif
#ifndef SIMPLE_UI_FLOOR
-#define SIMPLE_UI_FLOOR 22
+#define SIMPLE_UI_FLOOR (RAMP_SIZE*2/15)
#endif
#ifndef SIMPLE_UI_CEIL
-#define SIMPLE_UI_CEIL (MAX_1x7135+20)
+#define SIMPLE_UI_CEIL (RAMP_SIZE*9/15)
#endif
#ifndef SIMPLE_UI_STEPS
#define SIMPLE_UI_STEPS 5