mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Fix mirrors, poly draw (WIP), and game over screen. Temp disable high scores.
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
#include "PLHacks.h"
|
||||
|
||||
// Trademark issue
|
||||
bool IsMacPlusGraphicBanned()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
// Trademark issue
|
||||
bool IsMacPlusSoundBanned()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
// High scores disabled until dialogs work
|
||||
bool IsHighScoreDisabled()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user