summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2013-10-11 19:43:36 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2013-10-11 19:43:36 +0200
commita1957ae738e07e76b48f1d9e77fbd884ec3c9c84 (patch)
treed7a9930fca92028bd6093b7960e48a6f16a5a2f6 /src/Panorama.H
parent4b10f41eb35e32951516c8dcce69410ef2247a4a (diff)
don't update coordinates of marked hills
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H4
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);