Fix mirrors, poly draw (WIP), and game over screen. Temp disable high scores.

This commit is contained in:
elasota
2019-12-28 19:50:29 -05:00
parent d9e61cffac
commit 08fac98637
42 changed files with 666 additions and 333 deletions

View File

@@ -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;