mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 09:50:22 +02:00
made it compile under win32
This commit is contained in:
parent
84d2db4fe3
commit
9a4ddcd957
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user