Skip to content

Commit 53bf275

Browse files
committed
Update inGameMenu.c
1 parent 1aafe81 commit 53bf275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retail/cardenginei/arm9_igm/source/inGameMenu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ bool boolQuestion(const unsigned char *str) {
247247
printRight(0x20 - 1, y + 1, igmText.bNo, FONT_WHITE, false);
248248
} else {
249249
print(0, y, igmText.aYes, FONT_WHITE, false);
250-
print(0, y +1 , igmText.bNo, FONT_WHITE, false);
250+
print(0, y + 1, igmText.bNo, FONT_WHITE, false);
251251
}
252252

253253
do {

0 commit comments

Comments
 (0)