Fix a pedantic compiler warning.
This commit is contained in:
parent
a26caa105a
commit
c6439c548d
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ const display::rect_of_hexes display::hexes_under_rect(const SDL_Rect& r) const
|
|||
// Can maybe be optimized by using pixel_position_to_hex
|
||||
|
||||
return res;
|
||||
};
|
||||
}
|
||||
|
||||
int display::get_location_x(const gamemap::location& loc) const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue