Subject: bin/6008: [PATCH] Battlestar bug fix 2
To: None <gnats-bugs@gnats.netbsd.org>
From: Joseph Myers <jsm@octomino.demon.co.uk>
List: netbsd-bugs
Date: 08/23/1998 18:32:40
>Number: 6008
>Category: bin
>Synopsis: [PATCH] Battlestar bug fix 2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people (Utility Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Aug 23 12:05:03 1998
>Last-Modified:
>Originator: Joseph Samuel Myers
>Organization:
Trinity College, University of Cambridge, UK
>Release: NetBSD-current of 1998-08-19
>Environment:
[
System: Linux octomino 2.0.35 #1 Wed Aug 12 15:54:21 UTC 1998 i586 unknown
Architecture: i586
]
>Description:
The game battlestar fails to notice that you have moved into a light
place if you use the amulet from a dark place.
>How-To-Repeat:
>Fix:
diff -ruN battlestar/com2.c battlestar+2/com2.c
--- battlestar/com2.c Sat Oct 11 11:50:08 1997
+++ battlestar+2/com2.c Sun Aug 23 18:21:54 1998
@@ -157,6 +157,7 @@
else
position = 229;
ourtime++;
+ notes[CANTSEE] = 0;
return (0);
} else
if (position == FINAL)
>Audit-Trail:
>Unformatted: