fix bad y offset after file change

carryover from the original y-position bug
This commit is contained in:
Kistaro Windrider 2024-02-16 19:28:02 -08:00
parent 96a76b1620
commit 2e7fbb9fd4
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -757,7 +757,7 @@ function zonk_mode:next_file()
if #self.files > 0 then
self.file=split(deli(self.files,1), "\n")
self.expect_cfg_line=true
self.cy=5
self.cy=0
self.cx=0
end
end