summaryrefslogtreecommitdiff
path: root/Bob.c
diff options
context:
space:
mode:
Diffstat (limited to 'Bob.c')
-rw-r--r--Bob.c5
1 files changed, 2 insertions, 3 deletions
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!");