get rid of another warning
M. Allison
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user