mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Fix mirrors, poly draw (WIP), and game over screen. Temp disable high scores.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
#include "PLFolders.h"
|
||||
#include "PLHacks.h"
|
||||
#include "PLKeyEncoding.h"
|
||||
#include "PLNumberFormatting.h"
|
||||
#include "PLScript.h"
|
||||
@@ -364,6 +365,9 @@ Boolean TestHighScore (void)
|
||||
|
||||
if (resumedSavedGame)
|
||||
return (false);
|
||||
|
||||
if (IsHighScoreDisabled())
|
||||
return false;
|
||||
|
||||
thisHousePtr = *thisHouse;
|
||||
|
||||
|
Reference in New Issue
Block a user