Skip to content

Commit

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

Co-authored-by: Misa Elizabeth Kai <[email protected]>
  • Loading branch information
mothbeanie and InfoTeddy authored Nov 3, 2024
1 parent c8c14de commit 945bea6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions desktop_version/src/Map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2305,11 +2305,7 @@ void mapclass::removeregion(int id)
{
if (INBOUNDS_ARR(id, region))
{
region[id].isvalid = false;
region[id].rx = 0;
region[id].ry = 0;
region[id].rx2 = 0;
region[id].ry2 = 0;
SDL_zero(region[id]);
}
}

Expand Down

0 comments on commit 945bea6

Please sign in to comment.