diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-06-25 00:39:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-24 18:39:08 -0400 |
| commit | 2ce4742bf69faebb16ea1710c4d4e7902b1be0f1 (patch) | |
| tree | fd512e9dca50980936ab32ea30a10575be2879d7 /src/code/graph.c | |
| parent | 4dc70fefeee8f6b587aa611da580141c6b9ea4be (diff) | |
Fix misc 22 (#1971)
* remove trailing whitespace
* fix/docbug about dright for next page of fault menu
* // size = ...; -> // size = ...
* access `ColliderJntSph.elements` as an array
* fixup doc in PreRender.c
* empty line after decl
* gdSPDefLights1 xyz arguments for direction are signed 8bit values
* doc bug of bad use of free in EffDust actor
* decimal for Actor.colorFilterTimer
* shopItemEntries -> sShopItemEntries
* HEISHI4_AT_KAKRIKO_ENTRANCE -> HEISHI4_AT_KAKARIKO_ENTRANCE
* format
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index 33b523ea2..92df90d8f 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -462,6 +462,7 @@ void Graph_ThreadEntry(void* arg0) { if (gameState == NULL) { #if OOT_DEBUG char faultMsg[0x50]; + PRINTF("確保失敗\n"); // "Failure to secure" sprintf(faultMsg, "CLASS SIZE= %d bytes", size); |
