mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-12 19:04:38 +00:00
Fix a few warnings (#998)
* Fix some warnings * Revert warning fixes in audio code
This commit is contained in:
parent
a6554b4f84
commit
ed487b4bb8
4 changed files with 6 additions and 4 deletions
|
@ -383,7 +383,7 @@ void Sram_OpenSave(SramContext* sramCtx) {
|
|||
|
||||
MemCopy(gScarecrowCustomSongPtr, &gSaveContext.scarecrowCustomSong, 0x360);
|
||||
|
||||
ptr = gScarecrowCustomSongPtr;
|
||||
ptr = (u8*)gScarecrowCustomSongPtr;
|
||||
for (i = 0; i < 0x360; i++, ptr++) {
|
||||
osSyncPrintf("%d, ", *ptr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue