forked from github/server
CID 22498 Missing break in switch
This commit is contained in:
parent
06513d0db4
commit
744246ab34
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue