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:
@@ -37,7 +37,6 @@ Rect houseEditText1, houseEditText2;
|
||||
short houseCursorIs;
|
||||
Boolean keyHit, tempPhoneBit;
|
||||
|
||||
extern Cursor beamCursor;
|
||||
extern Boolean noRoomAtAll, changeLockStateOfHouse, saveHouseLocked;
|
||||
extern Boolean phoneBitSet;
|
||||
|
||||
@@ -185,7 +184,7 @@ Boolean HouseFilter (DialogPtr dial, EventRecord *event, short *item)
|
||||
{
|
||||
if (houseCursorIs != kBeamCursor)
|
||||
{
|
||||
SetCursor(&beamCursor);
|
||||
SetBuiltinCursor(iBeamCursor);
|
||||
houseCursorIs = kBeamCursor;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user