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/public/studio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp/src/public/studio.cpp') diff --git a/mp/src/public/studio.cpp b/mp/src/public/studio.cpp index 9bf97018..4d84e1d0 100644 --- a/mp/src/public/studio.cpp +++ b/mp/src/public/studio.cpp @@ -1673,7 +1673,7 @@ void CStudioHdr::CActivityToSequenceMapping::Initialize( CStudioHdr * __restrict // Now, create starting indices for each activity. For an activity n, // the starting index is of course the sum of counts [0..n-1]. - register int sequenceCount = 0; + int sequenceCount = 0; int topActivity = 0; // this will store the highest seen activity number (used later to make an ad hoc map on the stack) for ( UtlHashHandle_t handle = m_ActToSeqHash.GetFirstHandle() ; m_ActToSeqHash.IsValidHandle(handle) ; -- cgit v1.2.3