summaryrefslogtreecommitdiff
path: root/src/item_pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/item_pc.c')
-rw-r--r--src/item_pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_pc.c b/src/item_pc.c
index 8ce9cd6a9..8f25e90ad 100644
--- a/src/item_pc.c
+++ b/src/item_pc.c
@@ -379,7 +379,7 @@ static bool8 ItemPc_DoGfxSetup(void)
gMain.state++;
break;
case 20:
- if ((u8)MenuHelpers_CallLinkSomething() != TRUE)
+ if (MenuHelpers_CallLinkSomething() != TRUE)
gMain.state++;
break;
default: