Really fix the red this time, I hope.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17003 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nicolas Pennequin 2008-04-06 23:04:00 +00:00
parent 6bef4f6549
commit fdb1028cb1

View file

@ -295,7 +295,11 @@ static bool load_resize_bitmap(void)
FORMAT_NATIVE );
if( rc > 0 )
{
#ifdef HAVE_LCD_COLOR
smooth_resize_bitmap( &temp_bitmap, &main_bitmap );
#else
simple_resize_bitmap( &temp_bitmap, &main_bitmap );
#endif
puzzle_bmp_ptr = (const fb_data *)img_buf;
rb->strcpy( img_buf_path, filename );
return true;