Mercurial > mm7
comparison mm7_2.cpp @ 710:735dab8d3c9a
Town portal screen + misc gui const replacements
author | Nomad |
---|---|
date | Thu, 21 Mar 2013 20:30:17 +0200 |
parents | af08fc9e29c8 |
children | e7c86528a2b3 da130dd3092a |
comparison
equal
deleted
inserted
replaced
709:af08fc9e29c8 | 710:735dab8d3c9a |
---|---|
11100 if ( !pGUIWindow_ScrollWindow && a1 >= 700 ) | 11100 if ( !pGUIWindow_ScrollWindow && a1 >= 700 ) |
11101 { | 11101 { |
11102 if ( a1 <= 782 ) | 11102 if ( a1 <= 782 ) |
11103 { | 11103 { |
11104 uTextureID_720980 = pIcons_LOD->LoadTexture("leather", TEXTURE_16BIT_PALETTE); | 11104 uTextureID_720980 = pIcons_LOD->LoadTexture("leather", TEXTURE_16BIT_PALETTE); |
11105 pGUIWindow_ScrollWindow = GUIWindow::Create(0, 0, 640, 480, (enum WindowType)30, v1 - 700, 0); | 11105 pGUIWindow_ScrollWindow = GUIWindow::Create(0, 0, 640, 480, WINDOW_Scroll, v1 - 700, 0); |
11106 } | 11106 } |
11107 } | 11107 } |
11108 } | 11108 } |
11109 // 720980: using guessed type int uTextureID_720980; | 11109 // 720980: using guessed type int uTextureID_720980; |
11110 | 11110 |