forked from hkc/cc-stuff
Wrong variable lol
This commit is contained in:
parent
58e4631df8
commit
0a8bbd916c
|
@ -51,7 +51,7 @@ function()
|
||||||
local x, y = table.unpack(evd, 1)
|
local x, y = table.unpack(evd, 1)
|
||||||
if drive.isReady() and y <= #table_of_contents then
|
if drive.isReady() and y <= #table_of_contents then
|
||||||
drive.seek(-drive.getSize())
|
drive.seek(-drive.getSize())
|
||||||
drive.seek(table_of_contents[i].offset)
|
drive.seek(table_of_contents[y].offset)
|
||||||
drive.play()
|
drive.play()
|
||||||
end
|
end
|
||||||
elseif ev == "term_resize" then
|
elseif ev == "term_resize" then
|
||||||
|
|
Loading…
Reference in New Issue