header overhaul

This commit is contained in:
theo3
2021-12-20 02:02:33 -08:00
parent 0d5eae8696
commit 6cff332e57
233 changed files with 692 additions and 943 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ u32 LoadObjectSprite(Entity* this, s32 type, const ObjectDefinition* definition)
u16 tmp1;
u8 tmp2;
if ((this->flags & 1) != 0) {
if ((this->flags & ENT_DID_INIT) != 0) {
// Sprite already loaded
return 1;
}