diff --git a/src/town_gui.cpp b/src/town_gui.cpp index 830d81ceda..bcab4560f7 100644 --- a/src/town_gui.cpp +++ b/src/town_gui.cpp @@ -1061,7 +1061,6 @@ public: InitializeTextBuffer(&this->text, this->edit_str_buf, this->edit_str_size, MAX_LENGTH_TOWN_NAME_PIXELS); this->RandomTownName(); this->UpdateButtons(true); - this->SetFocusedWidget(TSEW_TOWNNAME_EDITBOX); } void RandomTownName()