diff Engine/stru314.h @ 2562:b8a56afc6ba1

new var no_actors, lights_flag, debug_lights, StationaryLights and MobileLights
author Ritor1
date Sun, 17 May 2015 22:42:13 +0600
parents 9ec6b8be16fe
children
line wrap: on
line diff
--- a/Engine/stru314.h	Thu May 14 19:29:28 2015 +0600
+++ b/Engine/stru314.h	Sun May 17 22:42:13 2015 +0600
@@ -8,9 +8,9 @@
   //----- (00489B60) --------------------------------------------------------
   stru314()
   {
-    this->field_4.x = 0.0;
-    this->field_4.y = 0.0;
-    this->field_4.z = 0.0;
+    this->Normal.x = 0.0;
+    this->Normal.y = 0.0;
+    this->Normal.z = 0.0;
 
     this->field_10.x = 0.0;
     this->field_10.y = 0.0;
@@ -28,7 +28,7 @@
 
 
   void (__fastcall ***vdestructor_ptr)(stru314 *, bool);
-  Vec3_float_ field_4;
+  Vec3_float_ Normal;
   Vec3_float_ field_10;
   Vec3_float_ field_1C;
   float dist;