CID 22498 Missing break in switch

This commit is contained in:
Enno Rehling 2015-11-05 08:48:03 +01:00
parent 06513d0db4
commit 744246ab34
1 changed files with 1 additions and 0 deletions

View File

@ -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)