Mercurial > mm7
annotate Engine/stru298.cpp @ 2499:68cdef6879a0
engine folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 02:57:42 +0600 |
parents | |
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 } |