summaryrefslogtreecommitdiffstats
path: root/src/entities/Entity.h
diff options
context:
space:
mode:
authorsaml1er <danishroar@gmail.com>2020-04-17 02:38:05 +0200
committersaml1er <danishroar@gmail.com>2020-04-17 02:38:05 +0200
commite777f240642a6f287d08d7c536e878cae372fdfa (patch)
treec6700d662d0f5a8202f7902f7e36f73a2a99120e /src/entities/Entity.h
parentFix CWorld::RepositionOneObject bugs (diff)
downloadre3-e777f240642a6f287d08d7c536e878cae372fdfa.tar
re3-e777f240642a6f287d08d7c536e878cae372fdfa.tar.gz
re3-e777f240642a6f287d08d7c536e878cae372fdfa.tar.bz2
re3-e777f240642a6f287d08d7c536e878cae372fdfa.tar.lz
re3-e777f240642a6f287d08d7c536e878cae372fdfa.tar.xz
re3-e777f240642a6f287d08d7c536e878cae372fdfa.tar.zst
re3-e777f240642a6f287d08d7c536e878cae372fdfa.zip
Diffstat (limited to '')
-rw-r--r--src/entities/Entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entities/Entity.h b/src/entities/Entity.h
index 15333162..dadeee54 100644
--- a/src/entities/Entity.h
+++ b/src/entities/Entity.h
@@ -154,6 +154,6 @@ public:
void ModifyMatrixForBannerInWind(void);
void ProcessLightsForEntity(void);
- static void AddSteamsFromGround1(CPtrList& list);
+ static void AddSteamsFromGround(CPtrList& list);
};
static_assert(sizeof(CEntity) == 0x64, "CEntity: error");