mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
More work. Audio driver works enough to play music now.
This commit is contained in:
@@ -279,7 +279,7 @@ void ReadyBackground (short theID, short *theTiles)
|
||||
}
|
||||
|
||||
HLock((Handle)thePicture);
|
||||
dest = (*thePicture)->picFrame;
|
||||
dest = (*thePicture)->picFrame.ToRect();
|
||||
HUnlock((Handle)thePicture);
|
||||
QOffsetRect(&dest, -dest.left, -dest.top);
|
||||
DrawPicture(thePicture, &dest);
|
||||
|
||||
Reference in New Issue
Block a user