Mercurial > mm7
annotate stru298.cpp @ 2464:104fdbea0386
cleaning project part 2
author | zipi |
---|---|
date | Sun, 17 Aug 2014 17:49:34 +0100 |
parents | |
children |
rev | line source |
---|---|
2464 | 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 } |