From ccc05ba3f3d43577640203ebe811128249f7f6e8 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 7 Jul 2002 09:35:07 +0000 Subject: Make "rogue" build with "WARNS=2". The necessary patches were supplied by David A. Holland in PR bin/17498. --- rogue/score.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rogue/score.c') diff --git a/rogue/score.c b/rogue/score.c index e0f64592..73d34d9e 100644 --- a/rogue/score.c +++ b/rogue/score.c @@ -1,4 +1,4 @@ -/* $NetBSD: score.c,v 1.9 2001/08/09 13:02:49 wiz Exp $ */ +/* $NetBSD: score.c,v 1.10 2002/07/07 09:35:08 tron Exp $ */ /* * Copyright (c) 1988, 1993 @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: score.c,v 1.9 2001/08/09 13:02:49 wiz Exp $"); +__RCSID("$NetBSD: score.c,v 1.10 2002/07/07 09:35:08 tron Exp $"); #endif #endif /* not lint */ @@ -209,7 +209,7 @@ put_scores(monster, other) char buf[128]; FILE *fp; long s; - boolean pause = score_only; + boolean dopause = score_only; md_lock(1); @@ -322,7 +322,7 @@ put_scores(monster, other) refresh(); fclose(fp); message("", 0); - if (pause) { + if (dopause) { message("", 0); } clean_up(""); -- cgit v1.2.3-56-ge451