diff options
Diffstat (limited to 'src/Panorama.H')
-rw-r--r-- | src/Panorama.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Panorama.H b/src/Panorama.H index 1b5fdac..1f4fdeb 100644 --- a/src/Panorama.H +++ b/src/Panorama.H @@ -26,9 +26,9 @@ class Panorama { Hill * get_pos(const char *name); void update_angles(); - void update_coordinates(); + void update_coordinates(Hills *excluded_hills = NULL); void update_close_mountains(); - void update_visible_mountains(); + void update_visible_mountains(Hills *excluded_hills = NULL); void mark_hidden(Hills *hills); double distance(double phi, double lam); double alpha(const Hill *m); |