mirror of
https://github.com/rvtr/Cookie-Clicker-C64.git
synced 2025-10-31 07:41:12 -04:00
Missed a semicolon. (*now* it's working)
This commit is contained in:
parent
1645747e0c
commit
6d0c4e1e26
2
prg.txt
2
prg.txt
@ -54,7 +54,7 @@
|
|||||||
2100 goto2000
|
2100 goto2000
|
||||||
|
|
||||||
2300 forx=1to20: rem clears the menu
|
2300 forx=1to20: rem clears the menu
|
||||||
2310 ifx=1then?"{home}"r1$"{down} "
|
2310 ifx=1then?"{home}"r1$"{down} ";
|
||||||
2320 ?r1$"{right} ";
|
2320 ?r1$"{right} ";
|
||||||
2330 next
|
2330 next
|
||||||
2340 gosub2500
|
2340 gosub2500
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user