diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-09-03 14:23:08 -0700 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-09-03 14:23:08 -0700 |
| commit | 10e27147843c640b275dbaae926a6fb84567f86b (patch) | |
| tree | d7c0119823166633b64dea320bd386951ac0644a /mp/src/utils/vbsp/ivp.cpp | |
| parent | General: (diff) | |
| parent | Fix bsp lump names being declared non-portably. (diff) | |
| download | source-sdk-2013-10e27147843c640b275dbaae926a6fb84567f86b.tar.xz source-sdk-2013-10e27147843c640b275dbaae926a6fb84567f86b.zip | |
Merge commit '82fe37f'
Diffstat (limited to 'mp/src/utils/vbsp/ivp.cpp')
| -rw-r--r-- | mp/src/utils/vbsp/ivp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/utils/vbsp/ivp.cpp b/mp/src/utils/vbsp/ivp.cpp index 421b1b2e..585f0904 100644 --- a/mp/src/utils/vbsp/ivp.cpp +++ b/mp/src/utils/vbsp/ivp.cpp @@ -432,7 +432,7 @@ public: private:
- CPhysConvex *CPlaneList::BuildConvexForBrush( int brushnumber, float shrink, CPhysCollide *pCollideTest, float shrinkMinimum );
+ CPhysConvex *BuildConvexForBrush( int brushnumber, float shrink, CPhysCollide *pCollideTest, float shrinkMinimum );
public:
CUtlVector<CPhysConvex *> m_convex;
|