parent
5b68301185
commit
2103bc79ef
|
@ -109,10 +109,6 @@ static int _centerToUpperLeft = 0;
|
||||||
static int gObjectFindElevation = 0;
|
static int gObjectFindElevation = 0;
|
||||||
|
|
||||||
// 0x519634
|
// 0x519634
|
||||||
/**
|
|
||||||
* This variable holds "tile where to lookup when current list ends".
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
static int gObjectFindTile = 0;
|
static int gObjectFindTile = 0;
|
||||||
|
|
||||||
// 0x519638
|
// 0x519638
|
||||||
|
@ -2251,8 +2247,6 @@ Object* objectFindNextAtElevation()
|
||||||
Object* objectFindFirstAtLocation(int elevation, int tile)
|
Object* objectFindFirstAtLocation(int elevation, int tile)
|
||||||
{
|
{
|
||||||
gObjectFindElevation = elevation;
|
gObjectFindElevation = elevation;
|
||||||
|
|
||||||
// Meaningless assignment because it is not used in objectFindNextAtLocation
|
|
||||||
gObjectFindTile = tile;
|
gObjectFindTile = tile;
|
||||||
|
|
||||||
ObjectListNode* objectListNode = gObjectListHeadByTile[tile];
|
ObjectListNode* objectListNode = gObjectListHeadByTile[tile];
|
||||||
|
|
Loading…
Reference in New Issue