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

@@ -368,7 +368,7 @@ void DoGameMenu (short theItem)
void DoOptionsMenu (short theItem)
{
#ifndef COMPILEDEMO
OSErr theErr;
PLError_t theErr;
#endif
switch (theItem)
@@ -393,7 +393,7 @@ void DoOptionsMenu (short theItem)
if (isPlayMusicIdle)
{
theErr = StartMusic();
if (theErr != noErr)
if (theErr != PLErrors::kNone)
{
YellowAlert(kYellowNoMusic, theErr);
failedMusic = true;