summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/jackpot.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/plugins/jackpot.c b/apps/plugins/jackpot.c
index aa573db46a..865b4e1084 100644
--- a/apps/plugins/jackpot.c
+++ b/apps/plugins/jackpot.c
@@ -195,14 +195,6 @@ void jackpot_display_slot_machine(struct jackpot* game, struct screen* display)
195 current_pattern); 195 current_pattern);
196 display->putc(i+1, 0, char_patterns[i]); 196 display->putc(i+1, 0, char_patterns[i]);
197#else 197#else
198 display->bitmap_part(
199 picture->data,
200 /*slice into picture->data */
201 0, state_y,
202 picture->width,
203 /* Position on the screen */
204 pos_x, pos_y, picture->width, picture->height
205 );
206 vertical_picture_draw_part(display, picture, state_y, pos_x, pos_y); 198 vertical_picture_draw_part(display, picture, state_y, pos_x, pos_y);
207 pos_x+=(picture->width+1); 199 pos_x+=(picture->width+1);
208#endif 200#endif