Rename object flags according to Sfall (#37)

This commit is contained in:
Jan Šimek
2022-06-08 19:38:46 +02:00
committed by GitHub
parent 9cad93c764
commit e27f72f52b
16 changed files with 104 additions and 104 deletions

View File

@@ -2425,7 +2425,7 @@ bool scriptsExecSpatialProc(Object* object, int tile, int elevation)
return false;
}
if ((object->flags & OBJECT_HIDDEN) != 0 || (object->flags & OBJECT_FLAG_0x08) != 0) {
if ((object->flags & OBJECT_HIDDEN) != 0 || (object->flags & OBJECT_FLAT) != 0) {
return false;
}