diff options
| author | Léo Lam <leo@leolam.fr> | 2021-03-18 15:13:37 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-03-19 01:20:18 +0100 |
| commit | c181eb05b792ca6422d3ace7e26eea6ab33a4829 (patch) | |
| tree | 8fce7eff9aaaf646e84a58afc070b1796b94ab0b /src/KingSystem/ActorSystem/actInstParamPack.cpp | |
| parent | fd7e47c1d9ef09cb042f5b292a6539306161ef81 (diff) | |
ksys/act: Add some ActorCreator functions
Diffstat (limited to 'src/KingSystem/ActorSystem/actInstParamPack.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actInstParamPack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actInstParamPack.cpp b/src/KingSystem/ActorSystem/actInstParamPack.cpp index 566cb7be..a943cd06 100644 --- a/src/KingSystem/ActorSystem/actInstParamPack.cpp +++ b/src/KingSystem/ActorSystem/actInstParamPack.cpp @@ -39,7 +39,7 @@ bool InstParamPack::Buffer::pop(s32* position, InstParamPack::Entry* out_entry) switch (out_entry->type) { case EntryType::Int: return read(out_entry->data.i, position); - case EntryType::_1: + case EntryType::UInt: return read(out_entry->data.type1, position); case EntryType::Float: return read(out_entry->data.f, position); |
