Add FreeType, progress to title screen

This commit is contained in:
elasota
2019-12-21 18:40:17 -05:00
parent c9c6976344
commit 8354d13a84
901 changed files with 444265 additions and 440 deletions

View File

@@ -29,7 +29,8 @@ extern Boolean twoPlayerGame;
void SaveGame2 (void)
{
// Add NavServices later.
PL_NotYetImplemented();
// Add NavServices later.
/*
StandardFileReply theReply;
FSSpec tempSpec;
@@ -166,6 +167,7 @@ void SavedGameMismatchError (StringPtr gameName)
Boolean OpenSavedGame (void)
{
PL_NotYetImplemented();
return false; // TEMP fix this iwth NavServices
/*
StandardFileReply theReply;