mirror of
https://github.com/zeldaret/tmc
synced 2026-07-09 14:55:35 -04:00
more renaming
This commit is contained in:
+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