more renaming

This commit is contained in:
theo3
2020-08-19 19:09:31 -07:00
parent 1e8334a6e9
commit e40ceb75a8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;