summaryrefslogtreecommitdiff
path: root/src/Hill.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hill.H')
-rw-r--r--src/Hill.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Hill.H b/src/Hill.H
index 5254376..a89acc9 100644
--- a/src/Hill.H
+++ b/src/Hill.H
@@ -1,5 +1,5 @@
//
-// "$Id: Hill.H,v 1.4 2005/04/14 19:54:58 hofmann Exp $"
+// "$Id: Hill.H,v 1.5 2005/04/14 21:15:45 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -36,7 +36,8 @@ class Mountain {
double height;
double alph;
double a_view;
- double distance;
+ double a_nick;
+ double dist;
int x, y;
char *name;