mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 04:14:34 +00:00
Fixup printf args fake matches (#2049)
This commit is contained in:
parent
b82f54bb95
commit
56ca23663a
9 changed files with 15 additions and 15 deletions
|
@ -235,7 +235,7 @@ void Map_Init(PlayState* play) {
|
|||
interfaceCtx->mapSegment = GAME_STATE_ALLOC(&play->state, 0x1000, "../z_map_exp.c", 457);
|
||||
// "MAP texture initialization scene_data_ID=%d mapSegment=%x"
|
||||
PRINTF("\n\n\nMAP テクスチャ初期化 scene_data_ID=%d\nmapSegment=%x\n\n", play->sceneId,
|
||||
interfaceCtx->mapSegment, play);
|
||||
interfaceCtx->mapSegment);
|
||||
ASSERT(interfaceCtx->mapSegment != NULL, "parameter->mapSegment != NULL", "../z_map_exp.c", 459);
|
||||
|
||||
switch (play->sceneId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue