From 3b8859b0b59429ba98305972bccd5111f058ff16 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 16 Dec 2006 09:48:55 +0100 Subject: use alph instead of a_view --- src/Panorama.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Panorama.cxx') diff --git a/src/Panorama.cxx b/src/Panorama.cxx index a62e2f0..503f373 100644 --- a/src/Panorama.cxx +++ b/src/Panorama.cxx @@ -498,7 +498,7 @@ Panorama::update_coordinates() { for (int i=0; iget_num(); i++) { m = visible_mountains->get(i); - proj->get_coordinates(m->a_view, m->a_nick, &parms, &m->x, &m->y); + proj->get_coordinates(m->alph, m->a_nick, &parms, &m->x, &m->y); } } -- cgit v1.2.3