annotate Engine/stru298.cpp @ 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 |
68cdef6879a0 |
children |
|
rev |
line source |
2499
|
1 #define _CRTDBG_MAP_ALLOC
|
|
2 #include <stdlib.h>
|
|
3 #include <crtdbg.h>
|
|
4
|
|
5 #include "stru298.h"
|
|
6
|
|
7
|
|
8 //----- (0040261D) --------------------------------------------------------
|
|
9 void stru298::Add(__int16 uID, __int16 a3, __int16 x, __int16 y, __int16 z, char a7, char a8)
|
|
10 {
|
|
11 if (count < 100)
|
|
12 {
|
|
13 pIDs[count] = uID;
|
|
14 pXs[count] = x;
|
|
15 pYs[count] = y;
|
|
16 pZs[count] = z;
|
|
17 field_324[count] = a3;
|
|
18 field_3EC[count] = a8;
|
|
19 field_450[count++] = a7;
|
|
20 }
|
|
21 }
|