Skip to content

Commit

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

Co-authored-by: Misa Elizabeth Kai <[email protected]>
  • Loading branch information
mothbeanie and InfoTeddy authored Nov 3, 2024
1 parent bea022e commit db31645
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 @@ -2291,7 +2291,6 @@ MapRenderData mapclass::get_render_data(void)

void mapclass::setregion(int id, int rx, int ry, int rx2, int ry2)
{
#if !defined(NO_CUSTOM_LEVELS)
if (INBOUNDS_ARR(id, region))
{
region[id].isvalid = true;
Expand Down

0 comments on commit db31645

Please sign in to comment.