diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-01 22:23:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-01 22:23:38 +0200 |
| commit | d90d96dca48177a841e7f76101343125debb594a (patch) | |
| tree | 7f3b9e29b404ede611e3a5412babc3b6f701b0e3 /include/Actor | |
| parent | c8a54735a1fec7923159ade581c59a5806e49a02 (diff) | |
| parent | c1ec58c8b0b41652cd8a8564d710c76152868850 (diff) | |
Merge pull request #58 from SammygoodTunes/decomp/MapManager
Decomp `src/00_Core/Map/MapManager.cpp`
Diffstat (limited to 'include/Actor')
| -rw-r--r-- | include/Actor/ActorType.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Actor/ActorType.hpp b/include/Actor/ActorType.hpp index 1d7d5723..6101cd2c 100644 --- a/include/Actor/ActorType.hpp +++ b/include/Actor/ActorType.hpp @@ -78,6 +78,7 @@ enum ActorTypeId_ { ActorTypeId_BMTY = 'BMTY', ActorTypeId_BTRF = 'BTRF', ActorTypeId_CBLS = 'CBLS', + ActorTypeId_EVIC = 'EVIC', ActorTypeId_FLAL = 'FLAL', ActorTypeId_FLBM = 'FLBM', ActorTypeId_FLBT = 'FLBT', |
