Skip to content

Commit f9a0a2e

Browse files
committed
Delay is returned to its initial value.
The game is far more playable with such delay, it is possible that the bigger one was introduced for some debugging purposes.
1 parent 266fdce commit f9a0a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dos/MOON.PAS

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ begin
147147
end;
148148
line(rcx,rcy,rcx+2,rcy-1);
149149
end;
150-
delay(650);
150+
delay(150);
151151
cleardevice;
152152
{условия победы}
153153
if (y=384) and (x>550) and (x<590) then goto vin

0 commit comments

Comments
 (0)