diff options
| author | oy <Tom_Adams@web.de> | 2011-04-04 20:37:12 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-04 20:37:12 +0200 |
| commit | 5c6e274a885d8df97e208071f8006d1005868e65 (patch) | |
| tree | 5521405ad43852b072d0dca6609b93ab6a130083 /src/game/client/components/menus_settings.cpp | |
| parent | 4ad6d2f01e5b972a969dced080976f2e8dfbd939 (diff) | |
| download | zcatch-5c6e274a885d8df97e208071f8006d1005868e65.tar.gz zcatch-5c6e274a885d8df97e208071f8006d1005868e65.zip | |
added more and resized flags by Crises and made them show up smaller and less of an eye-catcher. Closes #566
Diffstat (limited to 'src/game/client/components/menus_settings.cpp')
| -rw-r--r-- | src/game/client/components/menus_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus_settings.cpp b/src/game/client/components/menus_settings.cpp index 8d03d2a9..a5ec18cc 100644 --- a/src/game/client/components/menus_settings.cpp +++ b/src/game/client/components/menus_settings.cpp @@ -219,7 +219,7 @@ void CMenus::RenderSettingsPlayer(CUIRect MainView) { Item.m_Rect.Margin(10.0f, &Item.m_Rect); float OldWidth = Item.m_Rect.w; - Item.m_Rect.w = 96.0f*Item.m_Rect.h/64.0f; + Item.m_Rect.w = Item.m_Rect.h*2; Item.m_Rect.x += (OldWidth-Item.m_Rect.w)/ 2.0f; Graphics()->TextureSet(pEntry->m_Texture); Graphics()->QuadsBegin(); |