Mercurial > mm7
view stru298.cpp @ 2492:85a12b497698
BelongsToSupertype() clear
author | Ritor1 |
---|---|
date | Mon, 15 Sep 2014 17:30:19 +0600 |
parents | 104fdbea0386 |
children |
line wrap: on
line source
#define _CRTDBG_MAP_ALLOC #include <stdlib.h> #include <crtdbg.h> #include "stru298.h" //----- (0040261D) -------------------------------------------------------- void stru298::Add(__int16 uID, __int16 a3, __int16 x, __int16 y, __int16 z, char a7, char a8) { if (count < 100) { pIDs[count] = uID; pXs[count] = x; pYs[count] = y; pZs[count] = z; field_324[count] = a3; field_3EC[count] = a8; field_450[count++] = a7; } }