adds reduced option for screenshake
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user