Subject: PR/26501 CVS commit: src/games/wump
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Tim Rightnour <garbled@netbsd.org>
List: netbsd-bugs
Date: 01/19/2006 20:20:03
The following reply was made to PR bin/26501; it has been noted by GNATS.
From: Tim Rightnour <garbled@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/26501 CVS commit: src/games/wump
Date: Thu, 19 Jan 2006 20:15:31 +0000 (UTC)
Module Name: src
Committed By: garbled
Date: Thu Jan 19 20:15:31 UTC 2006
Modified Files:
src/games/wump: wump.c
Log Message:
Apply patch from PR bin/26501 to fix hang in wump if you play too many
games in a row. Also modify change made in rev 1.18 to work correctly.
take_action() returns 1 if the player dies, causing the game to allways
exit after any death, now the game correctly asks if the player would
like to play again.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/games/wump/wump.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.