Some fixes to LBreakout2

This commit is contained in:
pelya
2010-09-16 17:23:34 +03:00
parent 71fbff7e6b
commit 54eb8bbb4a
14 changed files with 52 additions and 18 deletions

View File

@@ -61,7 +61,7 @@ void bkgnd_draw( SDL_Surface *bkgnd, int id )
}
/* draw to offscreen */
stk_surface_blit( bkgnd, 0,0,-1,-1, offscreen, 0,0 );
stk_surface_blit( bkgnd, 0,0,-1,-1, stk_display, 0,0 );
}
/*
====================================================================