diff --git a/scripts/__scr_ssave_macros/__scr_ssave_macros.gml b/scripts/__scr_ssave_macros/__scr_ssave_macros.gml index decab9c..171d6cd 100644 --- a/scripts/__scr_ssave_macros/__scr_ssave_macros.gml +++ b/scripts/__scr_ssave_macros/__scr_ssave_macros.gml @@ -5,7 +5,7 @@ enum SSAVE_TYPE BOOLEAN, STRUCT, ARRAY, - BUFFER, + //BUFFER, // Should be supported by v1.2.0 } enum SSAVE_PROTECTION @@ -16,4 +16,4 @@ enum SSAVE_PROTECTION } #macro __SSAVE_FILE_EXTENSION "ssave" -#macro __SSAVE_VERSION "1.1.1" \ No newline at end of file +#macro __SSAVE_VERSION "1.1.2" \ No newline at end of file