remove music.raw loader
This commit is contained in:
parent
255b14345c
commit
ff27e662c1
@ -131,8 +131,8 @@ int main(void) {
|
||||
in = fopen("nitro:/image.bin", "rb");
|
||||
if (in == NULL) wait_forever("cannot load image.bin");
|
||||
|
||||
in_music = fopen("nitro:/music.raw", "rb");
|
||||
if (in_music == NULL) wait_forever("cannot load music.raw");
|
||||
// in_music = fopen("nitro:/music.raw", "rb");
|
||||
// if (in_music == NULL) wait_forever("cannot load music.raw");
|
||||
|
||||
unsigned char* pal = NULL;
|
||||
size_t pal_len = LoadFile("nitro:/palette.bin", &pal);
|
||||
|
Loading…
x
Reference in New Issue
Block a user