annotate stru159.h @ 554:9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
author |
Nomad |
date |
Mon, 04 Mar 2013 22:44:41 +0200 |
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]; |