1.3 final
This commit is contained in:
parent
06a2412b06
commit
0a2fee553b
|
@ -466,10 +466,14 @@ Begin
|
|||
End;
|
||||
|
||||
If Upper(ParamStr(1)) = 'RESET' Then Begin
|
||||
If InputYN('|CR|12Reset blackjack scores? ') Then Begin
|
||||
FileErase(DataPath + 'blackjack.ply');
|
||||
WriteLn ('|CRScores have been reset|CR|CR|PA');
|
||||
End;
|
||||
|
||||
Halt;
|
||||
End;
|
||||
|
||||
Randomize;
|
||||
DeckCreate;
|
||||
LoadPlayer;
|
||||
|
|
Loading…
Reference in New Issue