-
--- 2.0-13/comp.c 1987-07-08 02:32:44.000000000 +0000
+++ 2.0-13ubuntu2/comp.c 2018-04-04 14:46:10.000000000 +0000
@@ -327,8 +327,8 @@ reg PLAY *pp; {
spd = pp->speed;
card = -1;
if (pp->can_go || ((isrepair(bat) || bat == C_STOP
- || spd == C_LIMIT) && Numseen[S_RIGHT_WAY] != 0)
- || Numseen[safety(bat)] != 0)
+ || spd == C_LIMIT) && Numseen[C_RIGHT_WAY] == 0)
+ || Numseen[safety(bat)] == 0)
switch (End - pp->mileage) {
case 200:
if (pp->nummiles[C_200] == 2)
-
--- 2.0-13/debian/control 2018-04-04 14:46:10.000000000 +0000
+++ 2.0-13ubuntu2/debian/control 2018-04-04 14:46:10.000000000 +0000
@@ -1,13 +1,14 @@
Source: xmille
Section: games
Priority: optional
-Maintainer: Steve M. Robbins <smr@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Steve M. Robbins <smr@debian.org>
Standards-Version: 3.6.2
Build-Depends: debhelper (>= 7), xutils-dev, libx11-dev, libxext-dev
Package: xmille
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: The classic game of Mille Bournes
A card game against the computer in which each player tries to reach 1000
miles. Each player tries to avoid accidents, flat tires, running out of
-
--- 2.0-13/types.c 1987-07-08 02:33:26.000000000 +0000
+++ 2.0-13ubuntu2/types.c 2018-04-04 14:46:10.000000000 +0000
@@ -31,6 +31,7 @@ reg CARD card; {
case C_RIGHT_WAY:
case C_LIMIT:
case C_END_LIMIT:
+ case C_INIT:
return C_RIGHT_WAY;
}
/* NOTREACHED */