Mercurial > mm7
diff UI/UITransition.cpp @ 2394:2fe8feb3dcd1
pMovie renamed to pMovie_Track and other
author | Ritor1 |
---|---|
date | Fri, 04 Jul 2014 18:15:46 +0600 |
parents | 08c4f1799ca1 |
children | f4af3b203f65 |
line wrap: on
line diff
--- a/UI/UITransition.cpp Fri Jul 04 13:58:09 2014 +0600 +++ b/UI/UITransition.cpp Fri Jul 04 18:15:46 2014 +0600 @@ -178,7 +178,7 @@ pRenderer->DrawTextureIndexed(556, 451, pIcons_LOD->GetTexture(uTextureID_x_x_u)); pRenderer->DrawTextureIndexed(476, 451, pIcons_LOD->GetTexture(uTextureID_x_ok_u)); map_id = pMapStats->GetMapInfo(pCurrentMapName); - if ( (pMovie || v9) && *dword_591164_teleport_map_name != ' ' ) + if ( (pMovie_Track || v9) && *dword_591164_teleport_map_name != ' ' ) map_id = pMapStats->GetMapInfo(dword_591164_teleport_map_name); transition_window.uFrameX = 493; transition_window.uFrameWidth = 126;