From: NHOrus Date: Sat, 8 Jul 2017 14:44:02 +0000 (+0300) Subject: Minor deduplication X-Git-Tag: 2017-07-10~17 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=e09ba7244d77b843c640383794574a49835ad463 Minor deduplication --- diff --git a/main.c b/main.c index 972e30f..c3fc353 100644 --- a/main.c +++ b/main.c @@ -613,8 +613,6 @@ static void playermove( int motion) case NW: case SW: case SE: - rspeak(BAD_DIRECTION); - break; case UP: case DOWN: rspeak(BAD_DIRECTION);