Fix a minor rope bug

This commit is contained in:
Pyrex 2023-01-01 16:31:44 -08:00
parent a1a4ad4d56
commit 7524004136

View File

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