From 277cd4a8bad85d78f2b0d187f840a6f8dbef30df Mon Sep 17 00:00:00 2001 From: "Christian A. Weber" Date: Mon, 22 Jun 2020 17:20:28 +0000 Subject: Add WaitBlit() after BltBitMap* --- Bob.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Bob.c') diff --git a/Bob.c b/Bob.c index 910d0d7..5ceaba8 100644 --- a/Bob.c +++ b/Bob.c @@ -245,9 +245,8 @@ clearrect: if(tmpmap=BobToBitMap(bob)) { - BltBitMapRastPort(tmpmap,0,0,mainrastport,x0,y0, - bob->Width,bob->Height,0xc0); - + BltBitMapRastPort(tmpmap,0,0,mainrastport,x0,y0,bob->Width,bob->Height,0xc0); + WaitBlit(); MyFreeBitMap(tmpmap); } else ShowMonoReq2("Not enough memory to show bob!"); -- cgit v1.2.3