Skip to content

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
eddebaby committed Dec 17, 2023
1 parent f0a1f3e commit 0454396
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ariadne_wallhug.c
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,9 @@ TbBool slab_good_for_computer_dig_path(const struct SlabMap *slb)
return true;
return false;
}

/**
* Hello.
*/
static TbBool is_valid_hug_subtile(MapSubtlCoord stl_x, MapSubtlCoord stl_y, PlayerNumber plyr_idx)
{
struct SlabMap* slb = get_slabmap_for_subtile(stl_x, stl_y);
Expand Down

0 comments on commit 0454396

Please sign in to comment.