GDCONVERT_ROUNDSTOKEY: Make 20 in DEVELOP builds instead of 4, for a closer-to-realistic progression

This commit is contained in:
toaster 2023-03-14 11:31:09 +00:00
parent 492babd73d
commit db1b3dd7c9

View file

@ -226,7 +226,7 @@ typedef enum
#define GDMAX_CHAOKEYS MAXUNLOCKABLES #define GDMAX_CHAOKEYS MAXUNLOCKABLES
#ifdef DEVELOP #ifdef DEVELOP
#define GDCONVERT_ROUNDSTOKEY 4 #define GDCONVERT_ROUNDSTOKEY 20
#else #else
#define GDCONVERT_ROUNDSTOKEY 50 #define GDCONVERT_ROUNDSTOKEY 50
#endif #endif