Remove extra These don't actually act the same.

develop
Japa 2017-12-24 17:22:50 +05:30
parent 22bdc6227c
commit 73c6209f87
1 changed files with 0 additions and 4 deletions

@ -395,8 +395,6 @@ static command_result GetWorldInfo(color_ostream &stream,
{
case game_type::DWARF_MAIN:
case game_type::DWARF_RECLAIM:
case game_type::DWARF_ARENA:
case game_type::DWARF_TUTORIAL:
case game_type::DWARF_UNRETIRE:
out->set_mode(GetWorldInfoOut::MODE_DWARF);
out->set_civ_id(ui->civ_id);
@ -407,8 +405,6 @@ static command_result GetWorldInfo(color_ostream &stream,
case game_type::ADVENTURE_MAIN:
case game_type::ADVENTURE_ARENA:
case game_type::ADVENTURE_DUNGEON:
case game_type::ADVENTURE_WORLD_DEBUG:
out->set_mode(GetWorldInfoOut::MODE_ADVENTURE);
if (auto unit = vector_get(world->units.active, 0))