mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Fix house data corruption, progress to first screen
This commit is contained in:
@@ -74,7 +74,6 @@ extern Boolean switchedOut;
|
||||
void NewGame (short mode)
|
||||
{
|
||||
Rect tempRect;
|
||||
Size freeBytes, growBytes;
|
||||
OSErr theErr;
|
||||
Boolean wasPlayMusicPref;
|
||||
|
||||
@@ -192,8 +191,6 @@ void NewGame (short mode)
|
||||
InitTelephone();
|
||||
wasPlayMusicPref = isPlayMusicGame;
|
||||
|
||||
freeBytes = MaxMem(&growBytes);
|
||||
|
||||
#ifdef CREATEDEMODATA
|
||||
SysBeep(1);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user