diff options
Diffstat (limited to 'Bob.c')
| -rw-r--r-- | Bob.c | 5 | 
1 files changed, 2 insertions, 3 deletions
| @@ -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!"); | 
