Fixed issue with deathwindow

This commit is contained in:
Sam
2013-11-12 15:19:45 +01:00
parent 0938e22eb9
commit d6105a98d1

View File

@@ -17,6 +17,7 @@ end
function reset()
if deathWindow then
deathWindow:destroy()
deathWindow = nil
end
end