mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Add FreeType, progress to title screen
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user