summaryrefslogtreecommitdiff
path: root/src/createEntity.c
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2021-03-21 22:55:31 -0700
committerGitHub <noreply@github.com>2021-03-21 22:55:31 -0700
commit725efbe2d0b7253ba2a3ee935f830b3bfbe8eb7f (patch)
tree269a5ee1b44bb2600a63fbb2e9223a0b997f46f0 /src/createEntity.c
parenteb1643b9b7b513b74b2fb752c8409f175f14ed73 (diff)
parentf0d610f385dcbac0973a3c4b2f48621417492b5a (diff)
Merge pull request #142 from notyourav/static
TU squashing
Diffstat (limited to 'src/createEntity.c')
-rw-r--r--src/createEntity.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/createEntity.c b/src/createEntity.c
index e83312a1..9948a780 100644
--- a/src/createEntity.c
+++ b/src/createEntity.c
@@ -2,8 +2,8 @@
// #include "entityData.h"
// #include "global.h"
-// extern Entity * FindEntityBySubtype(u32, u32);
-// extern Entity * GetEmptyEntityByType();
+// extern Entity * DeepFindEntityByID(u32, u32);
+// extern Entity * GetEmptyEntityByKind();
// extern void RegisterRoomEntity(Entity *, EntityData *);
// extern u32 sub_0804AF0C(Entity *, EntityData *);
// extern void sub_08016A30(Entity *);
@@ -17,11 +17,11 @@
// type = param_1->entityType & 15;
// if (((param_1->field_0x1 & 240) == 80) &&
-// (preexisting = FindEntityBySubtype(type,param_1->entitySubtype), preexisting != NULL)) {
+// (preexisting = DeepFindEntityByID(type,param_1->entitySubtype), preexisting != NULL)) {
// entity = NULL;
// }
// else {
-// entity = GetEmptyEntityByType(); //Get empty entity
+// entity = GetEmptyEntityByKind(); //Get empty entity
// if (entity != NULL) {
// (entity->entityType).type = type;
// (entity->entityType).subtype = param_1->entitySubtype;