From 76d7650c1c26de95e9576c120cc553e44bd33128 Mon Sep 17 00:00:00 2001 From: M0liusX Date: Fri, 31 May 2024 12:54:12 -0500 Subject: [PATCH] cast to fix error in w02|dice.c --- src/REL/w02Dll/dice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/REL/w02Dll/dice.c b/src/REL/w02Dll/dice.c index b178bda7..637189ea 100644 --- a/src/REL/w02Dll/dice.c +++ b/src/REL/w02Dll/dice.c @@ -179,7 +179,7 @@ void fn_1_1574(unkW02Dice* arg0) { temp_r29->unk04 = 0; temp_r29->unk01 = 3; temp_r29->unk02 = 0; - temp_r3->unk10 = arg0; + temp_r3->unk10 = (u32) arg0; arg0->unk3C[temp_r28] = temp_r3; sp8 = arg0->unk0C; sp8.y += (lbl_1_rodata_48 * arg0->unk24);