We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186ae06 commit d53d24aCopy full SHA for d53d24a
SJ3UNIT.PAS
@@ -726,6 +726,7 @@ begin
726
if (l<>acthill.profile) then { profiilichekkaus }
727
begin
728
729
+ fillbox(0,0,319,199,0);
730
alertbox;
731
732
str1:='RUN THE HILL MAKER AGAIN.';
@@ -736,11 +737,11 @@ begin
736
737
str1:='EXITING CUP.';
738
end;
739
- writefont(80,90,'THE PROFILE OF HILL #'+acthill.frindex);
740
- writefont(80,102,'HAS BEEN CHANGED! NOT GOOD.');
741
- writefont(80,114,str1);
+ writefont(80,85,'THE PROFILE OF THE HILL (FRONT'+acthill.frindex+'.PCX)');
+ writefont(80,95,'HAS BEEN CHANGED! NOT GOOD.');
742
+ writefont(80,105,str1);
743
- writefont(80,130,'PRESS A KEY...');
744
+ writefont(80,120,'PRESS A KEY...');
745
drawscreen;
746
747
waitforkey;
0 commit comments