1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-22 15:01:17 +00:00

Match entity actors O-T (#1826)

This commit is contained in:
cadmic 2024-02-26 18:39:44 -08:00 committed by GitHub
parent cdd24f2ac6
commit c86bf5011b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 243 additions and 134 deletions

View file

@ -27,6 +27,7 @@ ActorInit En_Tana_InitVars = {
/**/ NULL,
};
#if OOT_DEBUG
//! @bug A third entry is missing here. When printing the string indexed by `params` for type 2, the
//! next data entry will be dereferenced and print garbage, stopping any future printing.
//! In a non-matching context, this can cause a crash if the next item isn't a valid pointer.
@ -37,6 +38,7 @@ static const char* sShelfTypes[] = {
"",
#endif
};
#endif
static const ActorFunc sDrawFuncs[] = {
EnTana_DrawWoodenShelves,