get rid of another warning

M. Allison
This commit is contained in:
nethack.allison
2002-01-11 22:51:58 +00:00
parent ab5a3361c7
commit 2e62cf4194
+1 -1
View File
@@ -147,7 +147,7 @@ int adjust; /* positive => increase speed, negative => decrease */
{ {
struct obj *otmp; struct obj *otmp;
int oldspeed = mon->mspeed; unsigned int oldspeed = mon->mspeed;
switch (adjust) { switch (adjust) {
case 2: case 2: