Mercurial > mm7
comparison MM7.h @ 900:4dc2252e0b03
CharacterUI_StatsTab_ShowHint fixed
author | Ritor1 |
---|---|
date | Fri, 19 Apr 2013 17:01:55 +0600 |
parents | 393a83dcc359 |
children | 016e3577865c |
comparison
equal
deleted
inserted
replaced
899:393a83dcc359 | 900:4dc2252e0b03 |
---|---|
177 extern int paperdoll_belt_texture[2][7]; | 177 extern int paperdoll_belt_texture[2][7]; |
178 | 178 |
179 | 179 |
180 /* 374 */ | 180 /* 374 */ |
181 #pragma pack(push, 1) | 181 #pragma pack(push, 1) |
182 struct stru334 | 182 struct stat_coord |
183 { | 183 { |
184 __int16 field_0; | 184 __int16 x; |
185 __int16 field_2; | 185 __int16 y; |
186 __int16 field_4; | 186 __int16 width; |
187 __int16 field_6; | 187 __int16 height; |
188 }; | 188 }; |
189 #pragma pack(pop) | 189 #pragma pack(pop) |
190 extern stru334 array_4E2940[26]; | 190 extern stat_coord stat_string_coord[26]; |
191 | 191 |
192 /* 376 */ | 192 /* 376 */ |
193 #pragma pack(push, 1) | 193 #pragma pack(push, 1) |
194 struct stru336 | 194 struct stru336 |
195 { | 195 { |