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