mirror of
https://github.com/halpz/re3.git
synced 2025-07-21 06:09:48 +00:00
bike shooting fix + trace temp fix
This commit is contained in:
@ -60,7 +60,10 @@ public:
|
||||
|
||||
//TODO(MIAMI)
|
||||
static void AddTrace(CVector *, CVector *, float, unsigned int, unsigned char) {}
|
||||
static void AddTrace(CVector *, CVector *, int32 weapontype, class CEntity *shooter) {}
|
||||
static void AddTrace(CVector *a, CVector *b, int32 weapontype, class CEntity *shooter)
|
||||
{
|
||||
AddTrace(a, b); //TODO: temp
|
||||
}
|
||||
};
|
||||
|
||||
enum
|
||||
|
Reference in New Issue
Block a user