adds reduced option for screenshake

This commit is contained in:
deathride58
2017-09-03 13:22:50 -04:00
parent f2963840bc
commit 5a618ed548
2 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -215,7 +215,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, 1, initial(screenshake))
screenshake = sanitize_integer(screenshake, 0, 2, initial(screenshake))
return 1