mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 13:24:45 +00:00
fix missing braces in n64dd_error_textures.c
This commit is contained in:
parent
5eff83084c
commit
a0108c1630
1 changed files with 8 additions and 4 deletions
|
@ -1,15 +1,19 @@
|
||||||
#include "ultra64.h"
|
#include "ultra64.h"
|
||||||
|
|
||||||
u64 gN64DDError41Texs[2][0x600 / sizeof(u64)] = {
|
u64 gN64DDError41Texs[2][0x600 / sizeof(u64)] = {
|
||||||
|
{
|
||||||
#include "assets/n64dd/error_textures/gN64DDError41JPNTex.i4.u64.inc.c"
|
#include "assets/n64dd/error_textures/gN64DDError41JPNTex.i4.u64.inc.c"
|
||||||
,
|
},
|
||||||
|
{
|
||||||
#include "assets/n64dd/error_textures/gN64DDError41ENGTex.i4.u64.inc.c"
|
#include "assets/n64dd/error_textures/gN64DDError41ENGTex.i4.u64.inc.c"
|
||||||
,
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
u64 gN64DDPleaseReadManualTexs[2][0x2800 / sizeof(u64)] = {
|
u64 gN64DDPleaseReadManualTexs[2][0x2800 / sizeof(u64)] = {
|
||||||
|
{
|
||||||
#include "assets/n64dd/error_textures/gN64DDPleaseReadManualJPNTex.i4.u64.inc.c"
|
#include "assets/n64dd/error_textures/gN64DDPleaseReadManualJPNTex.i4.u64.inc.c"
|
||||||
,
|
},
|
||||||
|
{
|
||||||
#include "assets/n64dd/error_textures/gN64DDPleaseReadManualENGTex.i4.u64.inc.c"
|
#include "assets/n64dd/error_textures/gN64DDPleaseReadManualENGTex.i4.u64.inc.c"
|
||||||
,
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue