Change signedness and add casts to avoid implicit conversion warnings
This commit is contained in:
@@ -463,7 +463,7 @@ static bool32 InitStartMenuStep(void)
|
||||
sInitStartMenuData[0]++;
|
||||
break;
|
||||
case 4:
|
||||
if (PrintStartMenuActions(&sInitStartMenuData[1], 2))
|
||||
if (PrintStartMenuActions((s8 *)&sInitStartMenuData[1], 2))
|
||||
sInitStartMenuData[0]++;
|
||||
break;
|
||||
case 5:
|
||||
|
||||
Reference in New Issue
Block a user