forked from len0rd/rockbox
oops forgot to remove that
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14183 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1d91334428
commit
88bdae20e3
1 changed files with 0 additions and 8 deletions
|
|
@ -195,14 +195,6 @@ void jackpot_display_slot_machine(struct jackpot* game, struct screen* display)
|
||||||
current_pattern);
|
current_pattern);
|
||||||
display->putc(i+1, 0, char_patterns[i]);
|
display->putc(i+1, 0, char_patterns[i]);
|
||||||
#else
|
#else
|
||||||
display->bitmap_part(
|
|
||||||
picture->data,
|
|
||||||
/*slice into picture->data */
|
|
||||||
0, state_y,
|
|
||||||
picture->width,
|
|
||||||
/* Position on the screen */
|
|
||||||
pos_x, pos_y, picture->width, picture->height
|
|
||||||
);
|
|
||||||
vertical_picture_draw_part(display, picture, state_y, pos_x, pos_y);
|
vertical_picture_draw_part(display, picture, state_y, pos_x, pos_y);
|
||||||
pos_x+=(picture->width+1);
|
pos_x+=(picture->width+1);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue