| 20 | } |
| 21 | |
| 22 | void CServerScreen::Init() |
| 23 | { |
| 24 | CBaseScreen::Init(); |
| 25 | |
| 26 | g_GameWindow.SetTitle(astr_t("Ultima Online - ") + g_MainScreen.m_Account->GetTextA()); |
| 27 | g_ScreenEffectManager.UseSunrise(); |
| 28 | SmoothScreenAction = 0; |
| 29 | |
| 30 | m_Gump.PrepareTextures(); |
| 31 | m_Gump.WantUpdateContent = true; |
| 32 | } |
| 33 | |
| 34 | void CServerScreen::OnKeyDown(const KeyEvent &ev) |
| 35 | { |
nothing calls this directly
no test coverage detected