diff --git a/scripts/__scr_ssave_macros/__scr_ssave_macros.gml b/scripts/__scr_ssave_macros/__scr_ssave_macros.gml index ffe32dc..72ff1d0 100644 --- a/scripts/__scr_ssave_macros/__scr_ssave_macros.gml +++ b/scripts/__scr_ssave_macros/__scr_ssave_macros.gml @@ -16,4 +16,4 @@ enum SSAVE_PROTECTION } #macro __SSAVE_FILE_EXTENSION "ssave" -#macro __SSAVE_VERSION "1.3.3" \ No newline at end of file +#macro __SSAVE_VERSION "1.4.0" \ No newline at end of file diff --git a/scripts/scr_ssave/scr_ssave.gml b/scripts/scr_ssave/scr_ssave.gml index cbbe55a..7a19f67 100644 --- a/scripts/scr_ssave/scr_ssave.gml +++ b/scripts/scr_ssave/scr_ssave.gml @@ -163,6 +163,7 @@ function SSave(_name = "data", _protection = SSAVE_PROTECTION_DEFAULT) construct switch (_header.get_version()) { default: + case "1.4.0": // im beginning to think i overengineered this case "1.3.3": case "1.3.2": case "1.3.1":