author | Sam Lantinga <slouken@libsdl.org> |
Wed, 20 Mar 2002 02:21:46 +0000 | |
changeset 310 | c97c1d3b3b5c |
parent 309 | 2de77f7b7a28 |
child 311 | 2847fd83f115 |
--- 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;