File system refactoring

This commit is contained in:
elasota
2019-12-29 06:38:18 -05:00
parent b24505164d
commit 430842d17b
74 changed files with 874 additions and 1240 deletions

View File

@@ -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;