Fix a warning/erroe spotted by freim
This commit is contained in:
parent
8194728a99
commit
b550c9561d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
public:
|
||||
//function to return 2 half-hex footsteps images for the given location.
|
||||
//only loc is on the current route set by set_route.
|
||||
std::vector<surface> game_display::footsteps_images(const gamemap::location& loc);
|
||||
std::vector<surface> footsteps_images(const gamemap::location& loc);
|
||||
|
||||
//draws the movement info (turns available) for a given location
|
||||
void draw_movement_info(const gamemap::location& loc);
|
||||
|
|
Loading…
Add table
Reference in a new issue