Remove redundant variable

This commit is contained in:
duncanspumpkin 2016-11-29 19:01:46 +00:00
parent d09238ac0c
commit 3f194991a1
1 changed files with 0 additions and 1 deletions

View File

@ -3160,7 +3160,6 @@ void game_command_place_scenery(int* eax, int* ebx, int* ecx, int* edx, int* esi
}
}
int bp = quadrant;
int zLow = targetHeight / 8;
int zHigh = zLow + ceil2(scenery_entry->small_scenery.height, 8) / 8;
uint8 collisionQuadrants = 0xF;