Change `UnpackProc` to take void * parameter
This commit is contained in:
parent
d803e66638
commit
0f70a6bf41
|
|
@ -458,7 +458,7 @@ void obSendUnpackMesg(OBUnpackMesg* msg) {
|
||||||
INCLUDE_ASM(const s32, "_ob_rabid_jar", func_8007ABAC);
|
INCLUDE_ASM(const s32, "_ob_rabid_jar", func_8007ABAC);
|
||||||
|
|
||||||
/* B030 8007AC30 */
|
/* B030 8007AC30 */
|
||||||
void UnpackProc(void) {
|
void UnpackProc(void* __unused) {
|
||||||
OBUnpackMesg *msg = NULL;
|
OBUnpackMesg *msg = NULL;
|
||||||
|
|
||||||
while(1) {
|
while(1) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue