diff Lights.h @ 522:61343380715b

Origianl structures integrity test added
author Nomad
date Sat, 02 Mar 2013 01:30:24 +0200
parents 9c0607679772
children 934074e7fcc1
line wrap: on
line diff
--- a/Lights.h	Fri Mar 01 23:43:21 2013 +0400
+++ b/Lights.h	Sat Mar 02 01:30:24 2013 +0200
@@ -98,7 +98,7 @@
 
 
 
-  void (__thiscall ***vdestructor_ptr)(LightsStack_StationaryLight_ *, bool);
+  //void (__thiscall ***vdestructor_ptr)(LightsStack_StationaryLight_ *, bool);
   StationaryLight pLights[400];
   unsigned int uNumLightsActive;
 };
@@ -127,7 +127,7 @@
 
 
 
-  void (__thiscall ***vdestructor_ptr)(LightsStack_MobileLight_ *, bool);
+  //void (__thiscall ***vdestructor_ptr)(LightsStack_MobileLight_ *, bool);
   MobileLight  pLights[400];
   unsigned int uNumLightsActive;
 };