mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
Mark a bug in En_Tana (#954)
* bug * Re word the bug to be clearer * Small edits * Use Another wording
This commit is contained in:
@@ -29,7 +29,10 @@ const ActorInit En_Tana_InitVars = {
|
||||
NULL,
|
||||
};
|
||||
|
||||
static char* sShelfTypes[] = {
|
||||
//! @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.
|
||||
static const char* sShelfTypes[] = {
|
||||
"木の棚", // "Wooden Shelves"
|
||||
"石の棚", // "Stone Shelves"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user