lint
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
/* NetHack 3.5 extern.h $NHDT-Date: 1429666893 2015/04/22 01:41:33 $ $NHDT-Branch: master $:$NHDT-Revision: 1.467 $ */
|
/* NetHack 3.5 extern.h $NHDT-Date: 1429755449 2015/04/23 02:17:29 $ $NHDT-Branch: master $:$NHDT-Revision: 1.477 $ */
|
||||||
/* Copyright (c) Steve Creps, 1988. */
|
/* Copyright (c) Steve Creps, 1988. */
|
||||||
/* NetHack may be freely redistributed. See license for details. */
|
/* NetHack may be freely redistributed. See license for details. */
|
||||||
|
|
||||||
@@ -119,7 +119,7 @@ E void FDECL(uchangealign, (int,int));
|
|||||||
|
|
||||||
/* ### ball.c ### */
|
/* ### ball.c ### */
|
||||||
|
|
||||||
E void FDECL(ballrelease, (boolean));
|
E void FDECL(ballrelease, (BOOLEAN_P));
|
||||||
E void NDECL(ballfall);
|
E void NDECL(ballfall);
|
||||||
E void NDECL(placebc);
|
E void NDECL(placebc);
|
||||||
E void NDECL(unplacebc);
|
E void NDECL(unplacebc);
|
||||||
|
|||||||
+1
-3
@@ -1,4 +1,4 @@
|
|||||||
/* NetHack 3.5 lock.c $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */
|
/* NetHack 3.5 lock.c $NHDT-Date: 1429755451 2015/04/23 02:17:31 $ $NHDT-Branch: master $:$NHDT-Revision: 1.56 $ */
|
||||||
/* NetHack 3.5 lock.c $Date: 2014/09/20 00:32:01 $ $Revision: 1.39 $ */
|
/* NetHack 3.5 lock.c $Date: 2014/09/20 00:32:01 $ $Revision: 1.39 $ */
|
||||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||||
/* NetHack may be freely redistributed. See license for details. */
|
/* NetHack may be freely redistributed. See license for details. */
|
||||||
@@ -546,10 +546,8 @@ int
|
|||||||
doopen_indir(x, y) /* try to open a door in direction u.dx/u.dy */
|
doopen_indir(x, y) /* try to open a door in direction u.dx/u.dy */
|
||||||
int x, y;
|
int x, y;
|
||||||
{
|
{
|
||||||
|
|
||||||
coord cc;
|
coord cc;
|
||||||
register struct rm *door;
|
register struct rm *door;
|
||||||
struct monst *mtmp;
|
|
||||||
boolean portcullis;
|
boolean portcullis;
|
||||||
int res = 0;
|
int res = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user