rename lua functions that have changed in all checked in lua scripts

This commit is contained in:
adelikat 2013-11-01 15:19:35 +00:00
parent a8079f5170
commit 2d643f78b1
2 changed files with 4 additions and 4 deletions

View File

@ -104,9 +104,9 @@ end
reset() reset()
frames() frames()
if savestate.registerload then if event.onloadstate then
savestate.registerload(load) event.onloadstate(load)
savestate.registersave(save) event.onsavestate(save)
end end
while true do while true do

View File

@ -195,7 +195,7 @@ while true do
if finished then if finished then
console.output("Movie finished") console.output("Movie finished")
emu.pause() client.pause()
return return
end end