apply Janet's lint catches to trunk
This commit is contained in:
@@ -329,7 +329,8 @@ boolean forcecontrol;
|
||||
}
|
||||
if (is_pool(u.ux,u.uy) && was_floating && !(Levitation || Flying) &&
|
||||
!breathless(youmonst.data) && !amphibious(youmonst.data) &&
|
||||
!Swimming) drown();
|
||||
!Swimming)
|
||||
(void) drown();
|
||||
}
|
||||
|
||||
/* (try to) make a mntmp monster out of the player */
|
||||
|
||||
Reference in New Issue
Block a user