mirror of
https://github.com/zeldaret/tmc
synced 2026-06-08 20:29:47 -04:00
more renaming
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@
|
||||
// #include "global.h"
|
||||
|
||||
// extern Entity * FindEntityBySubtype(u32, u32);
|
||||
// extern Entity * GetEmptyEntityAny();
|
||||
// extern Entity * GetEmptyEntityByType();
|
||||
// extern void sub_0804AEB0(Entity *, EntityData *);
|
||||
// extern u32 sub_0804AF0C(Entity *, EntityData *);
|
||||
// extern void sub_08016A30(Entity *);
|
||||
@@ -21,7 +21,7 @@
|
||||
// entity = NULL;
|
||||
// }
|
||||
// else {
|
||||
// entity = GetEmptyEntityAny(); //Get empty entity
|
||||
// entity = GetEmptyEntityByType(); //Get empty entity
|
||||
// if (entity != NULL) {
|
||||
// (entity->entityType).type = type;
|
||||
// (entity->entityType).subtype = param_1->entitySubtype;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ OtherEntity* GetEmptyManager();
|
||||
|
||||
typedef void* (*Getter)(void);
|
||||
|
||||
void* GetEmptyEntityAny(int type) {
|
||||
void* GetEmptyEntityByType(int type) {
|
||||
Getter getter = NULL;
|
||||
if (type == 9) {
|
||||
getter = (Getter)GetEmptyManager;
|
||||
|
||||
Reference in New Issue
Block a user