Skip to content

Commit

Permalink
commented out SSAVE_TYPE.BUFFER
Browse files Browse the repository at this point in the history
  • Loading branch information
stoozey committed Oct 22, 2022
1 parent 67833ee commit fc35c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/__scr_ssave_macros/__scr_ssave_macros.gml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enum SSAVE_TYPE
BOOLEAN,
STRUCT,
ARRAY,
BUFFER,
//BUFFER, // Should be supported by v1.2.0
}

enum SSAVE_PROTECTION
Expand All @@ -16,4 +16,4 @@ enum SSAVE_PROTECTION
}

#macro __SSAVE_FILE_EXTENSION "ssave"
#macro __SSAVE_VERSION "1.1.1"
#macro __SSAVE_VERSION "1.1.2"

0 comments on commit fc35c3a

Please sign in to comment.