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");
|
statusline(st->wnd_status->handle, "info-buildings true");
|
||||||
else
|
else
|
||||||
statusline(st->wnd_status->handle, "info-buildings false");
|
statusline(st->wnd_status->handle, "info-buildings false");
|
||||||
|
break;
|
||||||
case 'f':
|
case 'f':
|
||||||
st->info_flags ^= IFL_FACTIONS;
|
st->info_flags ^= IFL_FACTIONS;
|
||||||
if (st->info_flags & IFL_FACTIONS)
|
if (st->info_flags & IFL_FACTIONS)
|
||||||
|
|
Loading…
Reference in a new issue