Fixed unnecessary global namespace polution in the error handler

This commit is contained in:
bart@bartbes.ath.cx
2010-06-03 15:58:46 +02:00
parent 1e8078c520
commit bb2f58c25c
2 changed files with 34 additions and 32 deletions
+1
View File
@@ -816,6 +816,7 @@ function love.errhand(msg)
draw()
local e, a, b, c
while true do
e, a, b, c = love.event.wait()