fix bad y offset after file change

carryover from the original y-position bug
This commit is contained in:
2024-02-16 19:28:02 -08:00
parent 96a76b1620
commit 2e7fbb9fd4

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