Mercurial > mm7
comparison Lights.h @ 522:61343380715b
Origianl structures integrity test added
author | Nomad |
---|---|
date | Sat, 02 Mar 2013 01:30:24 +0200 |
parents | 9c0607679772 |
children | 934074e7fcc1 |
comparison
equal
deleted
inserted
replaced
520:35f28d4c0ff9 | 522:61343380715b |
---|---|
96 return true; | 96 return true; |
97 } | 97 } |
98 | 98 |
99 | 99 |
100 | 100 |
101 void (__thiscall ***vdestructor_ptr)(LightsStack_StationaryLight_ *, bool); | 101 //void (__thiscall ***vdestructor_ptr)(LightsStack_StationaryLight_ *, bool); |
102 StationaryLight pLights[400]; | 102 StationaryLight pLights[400]; |
103 unsigned int uNumLightsActive; | 103 unsigned int uNumLightsActive; |
104 }; | 104 }; |
105 #pragma pack(pop) | 105 #pragma pack(pop) |
106 | 106 |
125 | 125 |
126 bool AddLight(__int16 x, __int16 y, __int16 z, __int16 uSectorID, int uRadius, unsigned __int8 r, unsigned __int8 g, unsigned __int8 b, char a10); | 126 bool AddLight(__int16 x, __int16 y, __int16 z, __int16 uSectorID, int uRadius, unsigned __int8 r, unsigned __int8 g, unsigned __int8 b, char a10); |
127 | 127 |
128 | 128 |
129 | 129 |
130 void (__thiscall ***vdestructor_ptr)(LightsStack_MobileLight_ *, bool); | 130 //void (__thiscall ***vdestructor_ptr)(LightsStack_MobileLight_ *, bool); |
131 MobileLight pLights[400]; | 131 MobileLight pLights[400]; |
132 unsigned int uNumLightsActive; | 132 unsigned int uNumLightsActive; |
133 }; | 133 }; |
134 #pragma pack(pop) | 134 #pragma pack(pop) |