Change `UnpackProc` to take void * parameter

This commit is contained in:
gijs 2023-10-21 19:39:54 +02:00
parent d803e66638
commit 0f70a6bf41
1 changed files with 1 additions and 1 deletions

View File

@ -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) {