mirror of
https://github.com/HarbourMasters/Starship
synced 2026-08-31 10:10:48 -04:00
Fixed wrong types
This commit is contained in:
committed by
Sonic Dreamcaster
parent
c01884f0c4
commit
3ca7b499ae
@@ -42,7 +42,7 @@ void Jukebox_SelectWrap(u32* option, s32 range) {
|
||||
*option = (*option + range) % range;
|
||||
}
|
||||
|
||||
Jukebox_SelectClamp(s32* option, s32 range, s32 skip) {
|
||||
void Jukebox_SelectClamp(s32* option, s32 range, s32 skip) {
|
||||
OSContPad* contPress = &gControllerPress[gMainController];
|
||||
OSContPad* contHold = &gControllerHold[gMainController];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user