aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/studio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/public/studio.cpp')
-rw-r--r--mp/src/public/studio.cpp2
1 files changed, 1 insertions, 1 deletions
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) ;