aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/shared/mapentities_shared.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/shared/mapentities_shared.cpp')
-rw-r--r--mp/src/game/shared/mapentities_shared.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/shared/mapentities_shared.cpp b/mp/src/game/shared/mapentities_shared.cpp
index 420c3e1d..2cd6fe01 100644
--- a/mp/src/game/shared/mapentities_shared.cpp
+++ b/mp/src/game/shared/mapentities_shared.cpp
@@ -125,7 +125,7 @@ const char *MapEntity_ParseToken( const char *data, char *newToken )
for ( const char *c = s_BraceChars; *c; c++ )
{
- s_BraceCharacters[*c] = true;
+ s_BraceCharacters[(unsigned)*c] = true;
}
}