Skip to content

Commit

Permalink
Update desktop_version/src/Map.cpp
Browse files Browse the repository at this point in the history
fix ifdef

Co-authored-by: Misa Elizabeth Kai <[email protected]>
  • Loading branch information
mothbeanie and InfoTeddy authored Nov 3, 2024
1 parent 9d9c160 commit c8c14de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion desktop_version/src/Map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,6 @@ void mapclass::removeregion(int id)
region[id].rx2 = 0;
region[id].ry2 = 0;
}
#endif
}

void mapclass::changeregion(int id)
Expand Down

0 comments on commit c8c14de

Please sign in to comment.