From 8d03b22a2fe2c4293a13c53fd823a5e1e0fd87d8 Mon Sep 17 00:00:00 2001 From: Denis Pauk Date: Fri, 20 Dec 2024 23:12:14 +0200 Subject: [PATCH] maps: fix yellow wall in daikatana e2m2a Issue introduced in a09cbe20 --- src/common/header/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/header/flags.h b/src/common/header/flags.h index 91e65cac..3455da9d 100644 --- a/src/common/header/flags.h +++ b/src/common/header/flags.h @@ -257,7 +257,7 @@ static const int daikatana_contents_flags[32] = { CONTENTS_SLIME, /* 4: The brush is slime */ CONTENTS_WATER, /* 5: The brush is water */ CONTENTS_MIST, /* 6: The brush is non-solid */ - CONTENTS_SOLID, /* 7: clear */ + CONTENTS_WINDOW, /* 7: clear */ 0, /* 8: notsolid */ 0, /* 9: noshoot */ CONTENTS_MIST, /* 10: fog */