Replace EntTrapInfo with Trap

This commit is contained in:
Kermalis
2024-11-10 22:51:33 -05:00
parent afa4b04abc
commit 0df055bcc6
13 changed files with 41 additions and 41 deletions

View File

@@ -88,7 +88,7 @@ struct axObject
{
struct Item* item;
struct EntityInfo* monster;
struct EntTrapInfo* trap;
struct Trap* trap;
} info;
};