Skip to content

Commit

Permalink
Unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyPtn committed Oct 22, 2024
1 parent 7924dd9 commit f9b8221
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/setup.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -403,13 +403,12 @@ void P_LoadBlockMap(int lump) {
// Finds block bounding boxes for sectors.
//
void P_GroupLines(void) {
subsector_t *ss;
seg_t *seg;
fixed_t bbox[4];
int block;

// look up sector number for each subsector
for (auto i = 0; i < subsectors.size(); i++, ss++) {
for (auto i = 0; i < subsectors.size(); i++) {
seg = &segs[subsectors[i].firstline];
subsectors[i].sector = seg->sidedef->sector;
}
Expand Down

0 comments on commit f9b8221

Please sign in to comment.