summaryrefslogtreecommitdiffstats
path: root/src/entities/Entity.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-23 00:12:06 +0200
committerGitHub <noreply@github.com>2020-05-23 00:12:06 +0200
commitb105403dc75d6306be8a8b49d15cb889b3ad92d2 (patch)
treef54f09c8a5f002d64ed81a2f6a7e9024d9028612 /src/entities/Entity.h
parentMerge pull request #576 from Nick007J/miami (diff)
parentMerge branch 'miami' of github.com:GTAmodding/re3 into miami (diff)
downloadre3-b105403dc75d6306be8a8b49d15cb889b3ad92d2.tar
re3-b105403dc75d6306be8a8b49d15cb889b3ad92d2.tar.gz
re3-b105403dc75d6306be8a8b49d15cb889b3ad92d2.tar.bz2
re3-b105403dc75d6306be8a8b49d15cb889b3ad92d2.tar.lz
re3-b105403dc75d6306be8a8b49d15cb889b3ad92d2.tar.xz
re3-b105403dc75d6306be8a8b49d15cb889b3ad92d2.tar.zst
re3-b105403dc75d6306be8a8b49d15cb889b3ad92d2.zip
Diffstat (limited to 'src/entities/Entity.h')
-rw-r--r--src/entities/Entity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/Entity.h b/src/entities/Entity.h
index ab7b6203..e7d402d0 100644
--- a/src/entities/Entity.h
+++ b/src/entities/Entity.h
@@ -30,6 +30,7 @@ enum eEntityStatus : uint8
STATUS_PLANE,
STATUS_PLAYER_REMOTE,
STATUS_PLAYER_DISABLED,
+ STATUS_12, // TODO: what is this? used in CPhysical::ApplyAirResistance
};
class CEntity : public CPlaceable