summaryrefslogtreecommitdiff
path: root/Zoom.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zoom.c')
-rw-r--r--Zoom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zoom.c b/Zoom.c
index eb0d9fc..cb4760b 100644
--- a/Zoom.c
+++ b/Zoom.c
@@ -62,6 +62,7 @@ static struct MyBob *ZoomBob(struct MyBob *bob,register LONG faktor)
{
BltBitMap(sbim,0,0,dbim,(width-bob->Width)/2,
(height-bob->Height)/2,bob->Width,bob->Height,0xc0,0xff,0);
+ WaitBlit();
ZoomBitMap(dbim,faktor);
bob=BitMapToBob(bob,dbim,width);
MyFreeBitMap(dbim);