# HG changeset patch # User Sam Lantinga # Date 1016590906 0 # Node ID c97c1d3b3b5c6dd7ae675cbdf9dcd44c650d8b5c # Parent 2de77f7b7a2812efb52d79844206c5c416b474d3 Blit bug fix from John Popplewell diff -r 2de77f7b7a28 -r c97c1d3b3b5c src/video/SDL_blit.c --- a/src/video/SDL_blit.c Mon Mar 11 17:38:56 2002 +0000 +++ b/src/video/SDL_blit.c Wed Mar 20 02:21:46 2002 +0000 @@ -116,7 +116,7 @@ SDL_VideoDevice *video = current_video; SDL_VideoDevice *this = current_video; video->UnlockHWSurface(this, dst); - } else + } if ( src_locked ) { SDL_VideoDevice *video = current_video; SDL_VideoDevice *this = current_video;