X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=d4b7f9a92b7b5147f38f93eca7ad7e028bb6b7f8;hb=1ceb7ce8723b32b267758bfda3bb7903fff8ea7a;hp=c3d9575489c60fb74c5bb67c6fd8a926b2341268;hpb=ade0034b74cb1213bfe0a73213f459081e10b85a;p=rocksndiamonds.git diff --git a/src/libgame/system.c b/src/libgame/system.c index c3d95754..d4b7f9a9 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -499,7 +499,12 @@ void BlitBitmap(Bitmap *src_bitmap, Bitmap *dst_bitmap, return; #if 0 - /* !!! 2009-03-24: It seems that this problem still exists with 1.2.12 !!! */ + /* !!! 2009-03-30: Fixed by using self-compiled, patched SDL.dll !!! */ + /* (This bug still exists in the actual (as of 2009-06-15) version 1.2.13, + but is already fixed in SVN and should therefore finally be fixed with + the next official SDL release, which is probably version 1.2.14.) */ +#if 1 + /* !!! 2009-03-24: It seems that this problem still exists in 1.2.12 !!! */ #if defined(TARGET_SDL) && defined(PLATFORM_WIN32) if (src_bitmap == dst_bitmap) { @@ -543,6 +548,7 @@ void BlitBitmap(Bitmap *src_bitmap, Bitmap *dst_bitmap, return; } #endif +#endif #endif sysCopyArea(src_bitmap, dst_bitmap,