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 */