mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Add FreeType, progress to title screen
This commit is contained in:
@@ -49,7 +49,7 @@ void InitializeMenus (void)
|
||||
appleMenu = GetMenu(kAppleMenuID);
|
||||
if (appleMenu == nil)
|
||||
RedAlert(kErrFailedResourceLoad);
|
||||
AppendResMenu(appleMenu, 'DRVR');
|
||||
//AppendResMenu(appleMenu, 'DRVR'); // GP: We don't support this
|
||||
InsertMenu(appleMenu, 0);
|
||||
|
||||
gameMenu = GetMenu(kGameMenuID);
|
||||
|
||||
Reference in New Issue
Block a user