From 744246ab343b0227c0fc7fa8fcdace24ae27fc7f Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Thu, 5 Nov 2015 08:48:03 +0100 Subject: [PATCH] CID 22498 Missing break in switch --- src/gmtool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gmtool.c b/src/gmtool.c index fb55eae9a..2c15f6b29 100644 --- a/src/gmtool.c +++ b/src/gmtool.c @@ -983,6 +983,7 @@ static void handlekey(state * st, int c) statusline(st->wnd_status->handle, "info-buildings true"); else statusline(st->wnd_status->handle, "info-buildings false"); + break; case 'f': st->info_flags ^= IFL_FACTIONS; if (st->info_flags & IFL_FACTIONS)