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()
frames()
if savestate.registerload then
savestate.registerload(load)
savestate.registersave(save)
if event.onloadstate then
event.onloadstate(load)
event.onsavestate(save)
end
while true do

View File

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