comparison GUIFont.cpp @ 71:2b90f29892ae

ESC menu fixed popups fixed
author zipi
date Sun, 27 Jan 2013 14:15:50 +0000
parents 5629105aa178
children bb06c087cd38
comparison
equal deleted inserted replaced
70:2b798f781d1d 71:2b90f29892ae
106 int v13; // ecx@7 106 int v13; // ecx@7
107 int v14; // ecx@9 107 int v14; // ecx@9
108 unsigned int v15; // edx@9 108 unsigned int v15; // edx@9
109 unsigned __int16 v16; // cx@12 109 unsigned __int16 v16; // cx@12
110 unsigned __int8 *v17; // eax@12 110 unsigned __int8 *v17; // eax@12
111 char Dest; // [sp+Ch] [bp-1Ch]@16 111 char Dest[20]; // [sp+Ch] [bp-1Ch]@16
112 char v19; // [sp+11h] [bp-17h]@16 112 //char v19; // [sp+11h] [bp-17h]@16
113 size_t v20; // [sp+20h] [bp-8h]@2 113 size_t v20; // [sp+20h] [bp-8h]@2
114 int v21; // [sp+24h] [bp-4h]@1 114 int v21; // [sp+24h] [bp-4h]@1
115 int uXa; // [sp+30h] [bp+8h]@9 115 int uXa; // [sp+30h] [bp+8h]@9
116 116
117 v6 = 0; 117 v6 = 0;
158 } 158 }
159 } 159 }
160 } 160 }
161 else 161 else
162 { 162 {
163 strncpy(&Dest, &Str[v6 + 1], 5u); 163 strncpy(Dest, &Str[v6 + 1], 5u);
164 v19 = 0; 164 Dest[5] = 0;
165 v21 = atoi(&Dest); 165 v21 = atoi(Dest);
166 ui_current_text_color = v21; 166 ui_current_text_color = v21;
167 v6 += 5; 167 v6 += 5;
168 } 168 }
169 } 169 }
170 } 170 }