display fix

This commit is contained in:
2022-05-22 14:14:23 -04:00
parent 571b3c137e
commit fd1a61c1f9
3 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -166,10 +166,10 @@ NamesOfLevels
textbuffer
; 0123456789012345678901234567890123456789
dta d"Player: "
dta d"Energy: 99 Angle: <99> Force: 9999 "
dta d" Round: 99 Wind: <99> "
dta d"Energy: Angle: Force: "
dta d" Round: Wind: "
textbuffer2
dta d"Player: ******** Cash: 99990 "
dta d"Player: Cash: "
dta d"----------------------------------------"
+1 -1
View File
@@ -297,7 +297,7 @@ SettingEnergies
jsr clearscreen ;let the screen be clean
jsr placetanks ;let the tanks be evenly placed
jsr calculatemountains ;let mountains be easy for the eye
; jsr calculatemountains0 ;only for tests - makes mountains flat and 0 height
;jsr calculatemountains0 ;only for tests - makes mountains flat and 0 height
VDLI DLIinterruptGraph ; jsr SetDLI for graphics (game) screen
mwa #dl dlptrs ; issue #72 (glitches when switches)
BIN
View File
Binary file not shown.