made it compile under win32

This commit is contained in:
alex 2000-03-09 02:35:22 +00:00
parent 84d2db4fe3
commit 9a4ddcd957

View File

@ -425,7 +425,11 @@ Begin
IF I<>0 THEN
BEGIN
ShowHighScore;
{$IFDEF USEGRAPHICS}
GrInputStr(S,20,21-I,16,12,10,FALSE,AlfaBeta);
{$ELSE}
InputStr(S,20,21-I,10,FALSE,AlfaBeta);
{$ENDIF}
IF Length(S)<12 THEN
BEGIN
str(time.a_min,m);