Fix issue #88, thanks @xzn

This commit is contained in:
Tino Reichardt
2019-06-24 19:10:39 +02:00
parent 7932a50599
commit 2f4bcd7f4c

View File

@@ -24,7 +24,7 @@ struct CProps
memset(this, 0, sizeof (*this));
_ver_major = LIZARD_VERSION_MAJOR;
_ver_minor = LIZARD_VERSION_MINOR;
_level = 3;
_level = LIZARDMT_LEVEL_MIN;
}
Byte _ver_major;