Index: trunk/Ohana/src/opihi/cmd.data/load.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/load.c	(revision 3693)
+++ trunk/Ohana/src/opihi/cmd.data/load.c	(revision 4689)
@@ -58,4 +58,5 @@
   SendGraphCommand (Ximage, 16, "OVER %9d ", n);
   
+  dx = dy = 0;
   for (n = 0; scan_line (f, line) != EOF;) {
     c = strchr (line, '#');
@@ -87,4 +88,8 @@
       ddec = dra;
     case 5:
+      x = ra;
+      y = dec;
+      dx = dra;
+      dy = ddec;
       if (ISCEL) {
 	if (!strcmp (type, "LINE")) {
@@ -106,10 +111,4 @@
 	  dx = (fabs(x1 - x) + fabs(y1 - y));
 	}
-      }
-      else {
-	x = ra;
-	y = dec;
-	dx = dra;
-	dy = ddec;
       }
     }
