mirror of
https://github.com/rvtr/Cookie-Clicker-C64.git
synced 2025-10-31 07:41:12 -04:00
Stopped the delay when adding.
This commit is contained in:
parent
ff383ab690
commit
478af54164
2
prg.txt
2
prg.txt
@ -79,7 +79,7 @@
|
||||
3040 x=-1*(k$="1")-2*(k$="2")-3*(k$="3")-4*(k$="4")-5*(k$="5")
|
||||
3045 gosub 3500 : rem buying routine
|
||||
3050 gosub 50000
|
||||
3055 ifk$=" "thencc=cc+1
|
||||
3055 ifk$=" "thencc=cc+1:?"{home}{down}{right}"int(cc)
|
||||
3060 ifk$="+"thenss=ss+1
|
||||
3070 ifk$="-"thenss=ss-1
|
||||
3080 ifss=0thenss=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user