aboutsummaryrefslogtreecommitdiff
path: root/mp/src/utils/vbsp/ivp.cpp
diff options
context:
space:
mode:
authorJoe Ludwig <[email protected]>2013-09-03 16:02:10 -0700
committerJoe Ludwig <[email protected]>2013-09-03 16:02:10 -0700
commit1524321396a91ef9fa1f19b4873e53e2c5d9e50a (patch)
tree0a325cd0214ebd656ec414dd0d7597d2c8b883f9 /mp/src/utils/vbsp/ivp.cpp
parentGeneral: (diff)
downloadsource-sdk-2013-1524321396a91ef9fa1f19b4873e53e2c5d9e50a.tar.xz
source-sdk-2013-1524321396a91ef9fa1f19b4873e53e2c5d9e50a.zip
* Fixed Source Mod back-compatability by reordering methods in a couple interfaces.
* Added missing singleplayer OSX libs * Updated vpc and libs.
Diffstat (limited to 'mp/src/utils/vbsp/ivp.cpp')
-rw-r--r--mp/src/utils/vbsp/ivp.cpp2
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;