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:
parent
cdd24f2ac6
commit
c86bf5011b
23 changed files with 243 additions and 134 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue