rename lua functions that have changed in all checked in lua scripts
This commit is contained in:
parent
a8079f5170
commit
2d643f78b1
|
@ -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
|
||||
|
|
|
@ -195,7 +195,7 @@ while true do
|
|||
|
||||
if finished then
|
||||
console.output("Movie finished")
|
||||
emu.pause()
|
||||
client.pause()
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue