main #21

Closed
kistaro wants to merge 76 commits from main into some_level
Showing only changes of commit 7524004136 - Show all commits

View File

@ -304,6 +304,7 @@ function level:reinit(n)
self.bigx,self.bigy=n%8,n\8 self.bigx,self.bigy=n%8,n\8
self.dirty=false self.dirty=false
player.rope=nil -- reanchor will touch the rope otherwise
self:load_dynobjs() self:load_dynobjs()
self:recollide_reanchor() self:recollide_reanchor()
self:spawn_exit() self:spawn_exit()