From 55ed12f8d1eb6887d348be03aee5573d44177ffb Mon Sep 17 00:00:00 2001 From: Michael Sartain Date: Thu, 2 Oct 2014 08:25:55 -0700 Subject: Updated the SDK with the latest code from the TF and HL2 branches. --- mp/src/game/server/nav_generate.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mp/src/game/server/nav_generate.cpp') diff --git a/mp/src/game/server/nav_generate.cpp b/mp/src/game/server/nav_generate.cpp index c9d2ea4b..be9ce6b5 100644 --- a/mp/src/game/server/nav_generate.cpp +++ b/mp/src/game/server/nav_generate.cpp @@ -1809,6 +1809,8 @@ void CNavMesh::StitchAreaIntoMesh( CNavArea *area, NavDirType dir, Functor &func Vector corner1, corner2; switch ( dir ) { + default: + Assert(0); case NORTH: corner1 = area->GetCorner( NORTH_WEST ); corner2 = area->GetCorner( NORTH_EAST ); -- cgit v1.2.3