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