1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 12:36:05 +08:00

Modified SDK for GCC 4.2

This commit is contained in:
Scott Ehlert
2008-09-15 02:50:57 -05:00
parent 86f3bc8a60
commit 7ff7f366d5
696 changed files with 23423 additions and 22634 deletions

View File

@ -34,9 +34,9 @@ private:
IMPLEMENT_SERVERCLASS_ST_NOBASE(CTestTraceline, DT_TestTraceline)
SendPropInt (SENDINFO(m_clrRender), 32, SPROP_UNSIGNED ),
SendPropVector (SENDINFO(m_vecOrigin), 19, 0, MIN_COORD_INTEGER, MAX_COORD_INTEGER),
SendPropFloat (SENDINFO_VECTORELEM(m_angRotation, 0), 19, 0, MIN_COORD_INTEGER, MAX_COORD_INTEGER),
SendPropFloat (SENDINFO_VECTORELEM(m_angRotation, 1), 19, 0, MIN_COORD_INTEGER, MAX_COORD_INTEGER),
SendPropFloat (SENDINFO_VECTORELEM(m_angRotation, 2), 19, 0, MIN_COORD_INTEGER, MAX_COORD_INTEGER),
SendPropFloat (SENDINFO_VECTORELEM2(m_angRotation, 0, x), 19, 0, MIN_COORD_INTEGER, MAX_COORD_INTEGER),
SendPropFloat (SENDINFO_VECTORELEM2(m_angRotation, 1, y), 19, 0, MIN_COORD_INTEGER, MAX_COORD_INTEGER),
SendPropFloat (SENDINFO_VECTORELEM2(m_angRotation, 2, z), 19, 0, MIN_COORD_INTEGER, MAX_COORD_INTEGER),
SendPropEHandle (SENDINFO_NAME(m_hMoveParent, moveparent)),
END_SEND_TABLE()