add two more compatibility flags

for songs that relied upon pre-0.5.5 broken behavior
This commit is contained in:
tildearrow 2022-02-09 22:07:32 -05:00
parent e115d9e23b
commit 62f2f67b9d
9 changed files with 55 additions and 13 deletions

View file

@ -11,8 +11,8 @@
#include <map>
#include <queue>
#define DIV_VERSION "0.5.5"
#define DIV_ENGINE_VERSION 46
#define DIV_VERSION "0.5.6pre1"
#define DIV_ENGINE_VERSION 47
enum DivStatusView {
DIV_STATUS_NOTHING=0,