FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

cl_dll/tempent.h

484950515253
#define FTENT_CHANGERENDERONCOLLIDE 0x01000000 //when we collide with something, change our rendergroup to RENDER_GROUP_OTHER #define FTENT_COLLISIONGROUP 0x02000000 // if set, use the C_BaseEntity::GetCollisionGroup when doing collide trace class C_LocalTempEntity; typedef int (*pfnDrawHelper)( C_LocalTempEntity *entity, int flags );
4849505152535455565758
#define FTENT_CHANGERENDERONCOLLIDE 0x01000000 //when we collide with something, change our rendergroup to RENDER_GROUP_OTHER #define FTENT_COLLISIONGROUP 0x02000000 // if set, use the C_BaseEntity::GetCollisionGroup when doing collide trace // --> Mirv: New FF projectile temp entity #define FTENT_FFPROJECTILE 0x04000000 // This is a FF projectile (most likely nail) #define FTENT_FFOPTEFFECT 0x08000000 // This projectile's effect is optional // <-- Mirv class C_LocalTempEntity; typedef int (*pfnDrawHelper)( C_LocalTempEntity *entity, int flags );
124125126127
}; #endif // TEMPENTITY_H
129130131132
}; #endif // TEMPENTITY_H