maps: fix yellow wall in daikatana e2m2a

Issue introduced in a09cbe20
This commit is contained in:
Denis Pauk 2024-12-20 23:12:14 +02:00
parent c388d5b31d
commit 8d03b22a2f

View file

@ -257,7 +257,7 @@ static const int daikatana_contents_flags[32] = {
CONTENTS_SLIME, /* 4: The brush is slime */ CONTENTS_SLIME, /* 4: The brush is slime */
CONTENTS_WATER, /* 5: The brush is water */ CONTENTS_WATER, /* 5: The brush is water */
CONTENTS_MIST, /* 6: The brush is non-solid */ CONTENTS_MIST, /* 6: The brush is non-solid */
CONTENTS_SOLID, /* 7: clear */ CONTENTS_WINDOW, /* 7: clear */
0, /* 8: notsolid */ 0, /* 8: notsolid */
0, /* 9: noshoot */ 0, /* 9: noshoot */
CONTENTS_MIST, /* 10: fog */ CONTENTS_MIST, /* 10: fog */