From a4af57ca6ce081aa5fab99a169d0075d04e68c8a Mon Sep 17 00:00:00 2001 From: lustlion Date: Sun, 13 Mar 2022 09:34:34 +0100 Subject: [PATCH] cleanup useless function --- code/objects.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/objects.lua b/code/objects.lua index e31c293..dc0d270 100644 --- a/code/objects.lua +++ b/code/objects.lua @@ -33,14 +33,6 @@ function isThereObjectAt(x,y,objectType) return false end -function isThereCollisionAt(x,y) - if x >= 0 and x < #CollisionTable - and y >= 0 and y < #CollisionTable[0] then - return CollisionTable[math.floor(y)][math.floor(x)] - end - return false -end - -- flags function setCollisionFlags() local Check = {