Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 2010 18:30:18 GMT
From:      "barbara" <barbara.xxx1975@libero.it>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/151870: games/vavoom: update to 1.32
Message-ID:  <201011151830.oAFIUI0t048206@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/151870; it has been noted by GNATS.

From: "barbara" <barbara.xxx1975@libero.it>
To: "bug-followup" <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/151870: games/vavoom: update to 1.32
Date: Mon, 15 Nov 2010 19:28:09 +0100

 The following patch should be added to solve a problem with some doors op=
 ening only once as files/patch-progs_common_linespec_VerticalDoor.vc:
 
 --- progs/common/linespec/VerticalDoor.vc.orig 2010-06-13 21:30:29.000000=
 000 +0200
 +++ progs/common/linespec/VerticalDoor.vc 2010-11-07 13:18:31.000000000 +=
 0100
 @@ -109,7 +109,7 @@
 }
 
 //HACK delay 0 means open
 - if (Type =3D=3D DOOREV_Raise && !Arg3)
 + if ((Type =3D=3D DOOREV_Raise || Type =3D=3D DOOREV_RaiseLocked) && !Ar=
 g3)
 {
 Type =3D DOOREV_Open;
 }
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011151830.oAFIUI0t048206>