mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
File system refactoring
This commit is contained in:
@@ -921,7 +921,7 @@ short CreateActiveRects (short who)
|
||||
case kSoundTrigger:
|
||||
QSetRect(&bounds, 0, 0, 48, 48);
|
||||
QOffsetRect(&bounds, theObject.data.e.topLeft.h, theObject.data.e.topLeft.v);
|
||||
if (LoadTriggerSound(theObject.data.e.where) == noErr)
|
||||
if (LoadTriggerSound(theObject.data.e.where) == PLErrors::kNone)
|
||||
hotSpotNumber = AddActiveRect(&bounds, kSoundIt, who, true, false);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user