Skip to content

Commit b4645f7

Browse files
committed
client.c: fix a typo
1 parent 39f2e86 commit b4645f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ void menu_screen(struct config *cfg)
17851785
put_sprite((SCREEN_X-TITLE_WIDTH)>>1,0,sprites[title_sprite].positions+sprites[title_sprite].steps[title_anim],0);
17861786
put_sprite(SCREEN_XOFFSET+PLAYER_WIDTH+((SCREEN_X-SCREEN_XOFFSET-PLAYER_WIDTH-BULGE_WIDTH)>>1),TITLE_HEIGHT+((SCREEN_Y-3-BULGE_HEIGHT-TITLE_HEIGHT)>>1),sprites[bulge_sprite].positions+sprites[bulge_sprite].steps[bulge_anim],0);
17871787
put_sprite(SCREEN_XOFFSET,TITLE_HEIGHT+((SCREEN_Y-3-PLAYER_HEIGHT-TITLE_HEIGHT)>>1),sprites[sprite].positions+sprites[sprite].steps[(anim<2?48:39)+(anim&7)],0);
1788-
print2screen(0,TITLE_HEIGHT+4,11,"N:");
1788+
print2screen(0,TITLE_HEIGHT+4,11,"N");
17891789
print2screen(1,TITLE_HEIGHT+4,2,"AME:");
17901790
print2screen(6,TITLE_HEIGHT+4,7,cfg->name);
17911791
print2screen(0,TITLE_HEIGHT+6,2,"COLOR:");

0 commit comments

Comments
 (0)