Mercurial > mm7
annotate Engine/stru314.h @ 2567:d569340b05ff
Few constants changed into enum values
author | a.parshin |
---|---|
date | Thu, 21 May 2015 01:50:59 +0200 |
parents | b8a56afc6ba1 |
children |
rev | line source |
---|---|
2499 | 1 #pragma once |
2 | |
3 | |
4 /* 179 */ | |
5 #pragma pack(push, 1) | |
6 struct stru314 | |
7 { | |
8 //----- (00489B60) -------------------------------------------------------- | |
9 stru314() | |
10 { | |
2562
b8a56afc6ba1
new var no_actors, lights_flag, debug_lights, StationaryLights and MobileLights
Ritor1
parents:
2532
diff
changeset
|
11 this->Normal.x = 0.0; |
b8a56afc6ba1
new var no_actors, lights_flag, debug_lights, StationaryLights and MobileLights
Ritor1
parents:
2532
diff
changeset
|
12 this->Normal.y = 0.0; |
b8a56afc6ba1
new var no_actors, lights_flag, debug_lights, StationaryLights and MobileLights
Ritor1
parents:
2532
diff
changeset
|
13 this->Normal.z = 0.0; |
2532 | 14 |
2499 | 15 this->field_10.x = 0.0; |
16 this->field_10.y = 0.0; | |
17 this->field_10.z = 0.0; | |
2532 | 18 |
2499 | 19 this->field_1C.x = 0.0; |
20 this->field_1C.y = 0.0; | |
21 this->field_1C.z = 0.0; | |
22 //this->vdestructor_ptr = &stru314_pvdtor; | |
23 } | |
24 | |
25 //----- (00489B96) -------------------------------------------------------- | |
26 inline ~stru314() | |
27 {} | |
28 | |
29 | |
30 void (__fastcall ***vdestructor_ptr)(stru314 *, bool); | |
2562
b8a56afc6ba1
new var no_actors, lights_flag, debug_lights, StationaryLights and MobileLights
Ritor1
parents:
2532
diff
changeset
|
31 Vec3_float_ Normal; |
2499 | 32 Vec3_float_ field_10; |
33 Vec3_float_ field_1C; | |
34 float dist; | |
35 }; | |
36 #pragma pack(pop) |