From 2e62cf4194c0f3400b2cb0e738e2f3ccc99c1317 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Fri, 11 Jan 2002 22:51:58 +0000 Subject: [PATCH] get rid of another warning M. Allison --- src/worn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worn.c b/src/worn.c index 96c611731..96dd00c6c 100644 --- a/src/worn.c +++ b/src/worn.c @@ -147,7 +147,7 @@ int adjust; /* positive => increase speed, negative => decrease */ { struct obj *otmp; - int oldspeed = mon->mspeed; + unsigned int oldspeed = mon->mspeed; switch (adjust) { case 2: -- 2.50.1