From 2103bc79eff7e2387b4a19fa9dd4ab49c6178bf8 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Tue, 23 May 2023 17:14:50 +0300 Subject: [PATCH] Revert "Add comment" This reverts commit 9b72a021a22bc3d4f400547e78f0c4d6b18249d6. --- src/object.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/object.cc b/src/object.cc index be1a5a3..e40a40d 100644 --- a/src/object.cc +++ b/src/object.cc @@ -109,10 +109,6 @@ static int _centerToUpperLeft = 0; static int gObjectFindElevation = 0; // 0x519634 -/** - * This variable holds "tile where to lookup when current list ends". - * -*/ static int gObjectFindTile = 0; // 0x519638 @@ -2251,8 +2247,6 @@ Object* objectFindNextAtElevation() Object* objectFindFirstAtLocation(int elevation, int tile) { gObjectFindElevation = elevation; - - // Meaningless assignment because it is not used in objectFindNextAtLocation gObjectFindTile = tile; ObjectListNode* objectListNode = gObjectListHeadByTile[tile];