change for the sake of change - laying the groundwork to let players directly change the percentage of screenshake

This commit is contained in:
deathride58
2017-09-23 11:18:48 -04:00
parent 1ff6058b6a
commit 20700dab57
2 changed files with 7 additions and 14 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
ghost_others = sanitize_inlist(ghost_others, GLOB.ghost_others_options, GHOST_OTHERS_DEFAULT_OPTION)
menuoptions = SANITIZE_LIST(menuoptions)
be_special = SANITIZE_LIST(be_special)
screenshake = sanitize_integer(screenshake, 0, 2, initial(screenshake))
screenshake = sanitize_integer(screenshake, 0, 200, initial(screenshake))
damagescreenshake = sanitize_integer(damagescreenshake, 0, 2, initial(damagescreenshake))