Better pause to see whole title screen.

This commit is contained in:
Martin Haye 2020-06-07 10:14:32 -07:00
parent 1ec5712553
commit 4f696da1fa

View File

@ -629,6 +629,9 @@ def _newOrLoadGame(ask)#1
loadInternal(); return 0 loadInternal(); return 0
fin fin
// Pause a bit so the player can see the full title screen in all its glory
pause(3000)
while TRUE while TRUE
textHome() textHome()
^$25 = 20 ^$25 = 20
@ -651,7 +654,6 @@ def _newOrLoadGame(ask)#1
is 18 // ctrl-R is 18 // ctrl-R
setRecordMode(1) setRecordMode(1)
wend wend
beep()
loop loop
return 0 return 0
end end