mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-08-07 15:25:31 +00:00
Another record mode fix.
This commit is contained in:
@@ -1873,12 +1873,16 @@ def printVersion()#0
|
||||
if !pResourceIndex; return; fin
|
||||
|
||||
buildString()
|
||||
printChar('V')
|
||||
p = pResourceIndex
|
||||
len = readAuxByte(p)
|
||||
while len
|
||||
p++; printChar(readAuxByte(p)); len--
|
||||
loop
|
||||
if recordMode
|
||||
puts("recording")
|
||||
else
|
||||
printChar('V')
|
||||
p = pResourceIndex
|
||||
len = readAuxByte(p)
|
||||
while len
|
||||
p++; printChar(readAuxByte(p)); len--
|
||||
loop
|
||||
fin
|
||||
p = finishString(FALSE)
|
||||
len = calcWidth(p)
|
||||
printAtBottom(p, 25, 154, 154 + len + 9, 3)
|
||||
|
Reference in New Issue
Block a user