comparison UI/UITransition.cpp @ 2356:08c4f1799ca1

Elements of VideoPlayer structure moved
author Ritor1
date Thu, 10 Apr 2014 17:34:50 +0600
parents d6887ee81068
children 2fe8feb3dcd1
comparison
equal deleted inserted replaced
2347:d57505d3c70c 2356:08c4f1799ca1
176 uTextureID_right_panel_loop = uTextureID_right_panel; 176 uTextureID_right_panel_loop = uTextureID_right_panel;
177 pRenderer->DrawTextureTransparent(468, 0, pIcons_LOD->GetTexture(uTextureID_right_panel)); 177 pRenderer->DrawTextureTransparent(468, 0, pIcons_LOD->GetTexture(uTextureID_right_panel));
178 pRenderer->DrawTextureIndexed(556, 451, pIcons_LOD->GetTexture(uTextureID_x_x_u)); 178 pRenderer->DrawTextureIndexed(556, 451, pIcons_LOD->GetTexture(uTextureID_x_x_u));
179 pRenderer->DrawTextureIndexed(476, 451, pIcons_LOD->GetTexture(uTextureID_x_ok_u)); 179 pRenderer->DrawTextureIndexed(476, 451, pIcons_LOD->GetTexture(uTextureID_x_ok_u));
180 map_id = pMapStats->GetMapInfo(pCurrentMapName); 180 map_id = pMapStats->GetMapInfo(pCurrentMapName);
181 if ( (pVideoPlayer->AnyMovieLoaded() || v9) && *dword_591164_teleport_map_name != ' ' ) 181 if ( (pMovie || v9) && *dword_591164_teleport_map_name != ' ' )
182 map_id = pMapStats->GetMapInfo(dword_591164_teleport_map_name); 182 map_id = pMapStats->GetMapInfo(dword_591164_teleport_map_name);
183 transition_window.uFrameX = 493; 183 transition_window.uFrameX = 493;
184 transition_window.uFrameWidth = 126; 184 transition_window.uFrameWidth = 126;
185 transition_window.uFrameZ = 366; 185 transition_window.uFrameZ = 366;
186 transition_window.DrawTitleText(pFontCreate, 0, 5, 0, pMapStats->pInfos[map_id].pName, 3); 186 transition_window.DrawTitleText(pFontCreate, 0, 5, 0, pMapStats->pInfos[map_id].pName, 3);