Mercurial > mm7
annotate stru159.h @ 549:f146781c5c2d
Draw_item_info fixing
author | Gloval |
---|---|
date | Mon, 04 Mar 2013 00:15:39 +0400 |
parents | 90fdb47bfcba |
children | 59713bb36033 |
rev | line source |
---|---|
0 | 1 #pragma once |
2 | |
3 | |
4 | |
5 /* 152 */ | |
6 #pragma pack(push, 1) | |
7 struct stru159 | |
8 { | |
484 | 9 char *video_name; |
0 | 10 int field_4; |
11 int field_8; | |
487 | 12 unsigned __int8 uBuildingType; |
495 | 13 unsigned __int8 uRoomSoundId; |
487 | 14 unsigned __int16 padding_e; |
0 | 15 }; |
16 #pragma pack(pop) | |
17 extern stru159 pAnimatedRooms[196]; |