summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-11 20:08:19 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-11 20:08:19 +0100
commit19850dc902ecd194254043adc457916c462a0263 (patch)
treef621bcb667022e782fa946b3338e78203338c0ec /src/Panorama.H
parent2546088f87b60794dfea8a079c2def8d8e8bb216 (diff)
call mark_hidden() in update_close_mountains()
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index 561f0b6..32cefa6 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -52,7 +52,7 @@ class Panorama {
void update_visible_mountains();
- void mark_hidden();
+ void mark_hidden(Hills *hills);
double distance(double phi, double lam);