consistent indentation

This commit is contained in:
lustlion
2022-02-26 03:56:53 +01:00
parent 42cf9cfec8
commit 1580dc3463
38 changed files with 2071 additions and 2071 deletions

View File

@@ -262,7 +262,7 @@ function TileOptimizeObjects()
local n = 1
local check = true
while check do
check = false
check = false
if LevelTiles[i][j+n] ~= nil
and TileData[LevelTiles[i][j+n].id] ~= nil
then
@@ -279,7 +279,7 @@ function TileOptimizeObjects()
local m = 1
local check = true
while check do
check = false
check = false
local checkline = true
-- for as long as line, check
for l = 0, n-1 do