Typo in Gateway To The Skies

feedback, questions and discussion relating to www.bbcmicro.co.uk
Post Reply
6502
Posts: 53
Joined: Sat Mar 17, 2018 1:04 pm
Location: London
Contact:

Typo in Gateway To The Skies

Post by 6502 »

Bug in this game, that wasn't in the original tape version I used to have.

Image

http://www.bbcmicro.co.uk/game.php?id=2115

Line 3120 of GATE/1B has a missing colon between the variables c=3 and o=0 at the very end of the line.

Code: Select all

3120Z$=MID$(i$,c,1):PROCt(Z$):Z$=RIGHT$(FNA,7):PRINT"The robber steals your "MID$(Z$,INSTR(Z$," ")+1)"."':c=3o=0
Should be:

Code: Select all

3120Z$=MID$(i$,c,1):PROCt(Z$):Z$=RIGHT$(FNA,7):PRINT"The robber steals your "MID$(Z$,INSTR(Z$," ")+1)"."':c=3:o=0
Post Reply

Return to “the complete BBC games archive”