projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c831745
)
fixed bug with using already assigned byte position when saving level
author
Holger Schemel
<info@artsoft.org>
Fri, 7 Apr 2023 18:07:18 +0000
(20:07 +0200)
committer
Holger Schemel
<info@artsoft.org>
Fri, 7 Apr 2023 18:07:27 +0000
(20:07 +0200)
src/files.c
patch
|
blob
|
history
diff --git
a/src/files.c
b/src/files.c
index 889136ff675bfb83d9e5b25c28aea93c08cbcfe4..363e033ecc9da80c014a910ec30146978ca8b8c0 100644
(file)
--- 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
},
{