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:
@@ -54,7 +54,7 @@ short tileOver, tempBack, cursorIs;
|
||||
Boolean originalLeftOpen, originalTopOpen, originalRightOpen, originalBottomOpen;
|
||||
Boolean originalFloor;
|
||||
|
||||
extern Cursor handCursor, beamCursor;
|
||||
extern Cursor handCursor;
|
||||
extern short houseResFork, lastBackground;
|
||||
|
||||
|
||||
@@ -278,7 +278,7 @@ void HiliteTileOver (Point mouseIs)
|
||||
{
|
||||
if (cursorIs != kBeamCursor)
|
||||
{
|
||||
SetCursor(&beamCursor);
|
||||
SetBuiltinCursor(iBeamCursor);
|
||||
cursorIs = kBeamCursor;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user