]> granicus.if.org Git - nethack/commit
lint cleanup: '!mptr->mmove == 0'
authorPatR <rankin@nethack.org>
Sat, 30 Jul 2016 01:09:01 +0000 (18:09 -0700)
committerPatR <rankin@nethack.org>
Sat, 30 Jul 2016 01:09:01 +0000 (18:09 -0700)
commitd466dc3742d430fd1aca742945aa59d06f1cad2d
treefa978c9d969bff0da051b95d33bf1c96a0b250da
parentd69f0787be29c7f02bee3ae4e9d6de23dfff0515
lint cleanup: '!mptr->mmove == 0'

The compiler whined about that, and rightly so.  It happens to yield
the right value by accident, so there should be no change in behavior.
src/muse.c