mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
285 B
C
14 lines
285 B
C
$NetBSD: patch-gameover.c,v 1.1 2013/01/15 15:19:05 joerg Exp $
|
|
|
|
--- gameover.c.orig 2013-01-14 16:36:44.000000000 +0000
|
|
+++ gameover.c
|
|
@@ -8,7 +8,7 @@ int dead, deadtimer;
|
|
|
|
/* death is called when a player is killed.
|
|
*/
|
|
-death()
|
|
+void death(void)
|
|
{
|
|
men--;
|
|
if(men < 0) {
|