diff --git a/Platform/Apple/virtual/src/plasma/diskops.pla b/Platform/Apple/virtual/src/plasma/diskops.pla index 4b3b52f3..b9333854 100644 --- a/Platform/Apple/virtual/src/plasma/diskops.pla +++ b/Platform/Apple/virtual/src/plasma/diskops.pla @@ -629,6 +629,9 @@ def _newOrLoadGame(ask)#1 loadInternal(); return 0 fin + // Pause a bit so the player can see the full title screen in all its glory + pause(3000) + while TRUE textHome() ^$25 = 20 @@ -651,7 +654,6 @@ def _newOrLoadGame(ask)#1 is 18 // ctrl-R setRecordMode(1) wend - beep() loop return 0 end