Skip to content

Commit

Permalink
[MIRROR] makes current versions of suite not die on 515 compatibility…
Browse files Browse the repository at this point in the history
… consts
  • Loading branch information
Spookerton authored and SuhEugene committed Oct 12, 2023
1 parent 5fb2fed commit cc28b91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/_version.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ Retain even if empty - the future exists
return result
*/

var/global/const/ANIMATION_SLICE = 8
var/global/const/ANIMATION_CONTINUE = 512
#define ANIMATION_SLICE 8
#define ANIMATION_CONTINUE 512

var/global/const/JSON_PRETTY_PRINT = 1
#define JSON_PRETTY_PRINT 1

var/global/const/JSON_STRICT = 1
var/global/const/JSON_ALLOW_COMMENTS = 2
#define JSON_STRICT 1
#define JSON_ALLOW_COMMENTS 2

#endif

0 comments on commit cc28b91

Please sign in to comment.