Skip to content

Commit

Permalink
client.c: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neuschaefer committed Jan 13, 2011
1 parent 39f2e86 commit b4645f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.c
Expand Up @@ -1785,7 +1785,7 @@ void menu_screen(struct config *cfg)
put_sprite((SCREEN_X-TITLE_WIDTH)>>1,0,sprites[title_sprite].positions+sprites[title_sprite].steps[title_anim],0);
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);
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);
print2screen(0,TITLE_HEIGHT+4,11,"N:");
print2screen(0,TITLE_HEIGHT+4,11,"N");
print2screen(1,TITLE_HEIGHT+4,2,"AME:");
print2screen(6,TITLE_HEIGHT+4,7,cfg->name);
print2screen(0,TITLE_HEIGHT+6,2,"COLOR:");
Expand Down

0 comments on commit b4645f7

Please sign in to comment.