diff options
| author | cadmic <cadmic24@gmail.com> | 2024-12-26 14:42:38 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-26 17:42:38 -0500 |
| commit | 1662ac70af687819712472b8daf5b75ceeb5e8c0 (patch) | |
| tree | a88829a5932212dd1cefdfc3d7aead908060beb5 /src/code/graph.c | |
| parent | aaf31832334730ebf4ad9a1c852159467fac4bf5 (diff) | |
Fix iQue audio and line numbers (#2386)
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index 84186386e..091c80bae 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -380,7 +380,7 @@ void Graph_Update(GraphicsContext* gfxCtx, GameState* gameState) { PRINTF("%c", BEL); PRINTF(VT_COL(RED, WHITE) T("ダイナミック領域先頭が破壊されています\n", "Dynamic area head is destroyed\n") VT_RST); - Fault_AddHungupAndCrash("../graph.c", LN4(937, 940, 951, 1070)); + Fault_AddHungupAndCrash("../graph.c", LN4(937, 940, 951, 1070, 1067)); } if (pool->tailMagic != GFXPOOL_TAIL_MAGIC) { @@ -388,7 +388,7 @@ void Graph_Update(GraphicsContext* gfxCtx, GameState* gameState) { PRINTF("%c", BEL); PRINTF(VT_COL(RED, WHITE) T("ダイナミック領域末尾が破壊されています\n", "Dynamic region tail is destroyed\n") VT_RST); - Fault_AddHungupAndCrash("../graph.c", LN4(943, 946, 957, 1076)); + Fault_AddHungupAndCrash("../graph.c", LN4(943, 946, 957, 1076, 1073)); } } @@ -481,7 +481,7 @@ void Graph_ThreadEntry(void* arg0) { sprintf(faultMsg, "CLASS SIZE= %d bytes", size); Fault_AddHungupAndCrashImpl("GAME CLASS MALLOC FAILED", faultMsg); #else - Fault_AddHungupAndCrash("../graph.c", LN4(1067, 1070, 1081, 1200)); + Fault_AddHungupAndCrash("../graph.c", LN4(1067, 1070, 1081, 1200, 1197)); #endif } |
