From: Holger Schemel Date: Fri, 7 Apr 2023 18:07:18 +0000 (+0200) Subject: fixed bug with using already assigned byte position when saving level X-Git-Tag: 4.3.6.0~39 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=97c3df7e864d08508a6b1c2a4001f9e7868719f6;hp=c831745a2a0a43f22bf26b8217714d43cb8c8cbc;p=rocksndiamonds.git fixed bug with using already assigned byte position when saving level --- diff --git a/src/files.c b/src/files.c index 889136ff..363e033e 100644 --- a/src/files.c +++ b/src/files.c @@ -923,7 +923,7 @@ static struct LevelFileConfigInfo chunk_config_ELEM[] = }, { EL_MM_GRAY_BALL, -1, - TYPE_BOOLEAN, CONF_VALUE_8_BIT(1), + TYPE_BOOLEAN, CONF_VALUE_8_BIT(3), &li.rotate_mm_ball_content, TRUE }, {