annotate stru159.h @ 1108:a1fd8045ffb1
probably erroneous semicolons removed, mace and staff stun chance work as they should
author |
Grumpy7 |
date |
Mon, 27 May 2013 22:25:27 +0200 |
parents |
c45d51b3f4f4 |
children |
96a81634669e |
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)
|
1016
|
17
|
|
18
|
|
19 extern const stru159 pAnimatedRooms[196]; |