From 926ebfdf8164432417691c668d09f21c306283c5 Mon Sep 17 00:00:00 2001 From: Chris Laurel Date: Fri, 12 Oct 2001 23:57:46 +0000 Subject: [PATCH] Phecda wasn't listed in the star name database; chose another Alpha UMa instead. --- demo.cel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.cel b/demo.cel index 516e7882a..8530d24fa 100644 --- a/demo.cel +++ b/demo.cel @@ -78,7 +78,7 @@ print { text "Let's look around at the stars in the sky." } wait { duration 1 } - select { object "Phecda" } + select { object "Alpha UMa" } center { time 2 } print { text "Northern Hemisphere residents should recognize the Big Dipper in the constellation Ursa Major." } wait { duration 4 }