aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/saverestoretypes.h
diff options
context:
space:
mode:
authorJohn Schoenick <[email protected]>2015-09-09 18:35:41 -0700
committerJohn Schoenick <[email protected]>2015-09-09 18:35:41 -0700
commit0d8dceea4310fde5706b3ce1c70609d72a38efdf (patch)
treec831ef32c2c801a5c5a80401736b52c7b5a528ec /mp/src/public/saverestoretypes.h
parentUpdated the SDK with the latest code from the TF and HL2 branches. (diff)
downloadsource-sdk-2013-master.tar.xz
source-sdk-2013-master.zip
Updated the SDK with the latest code from the TF and HL2 branches.HEADmaster
Diffstat (limited to 'mp/src/public/saverestoretypes.h')
-rw-r--r--mp/src/public/saverestoretypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp/src/public/saverestoretypes.h b/mp/src/public/saverestoretypes.h
index 08a35361..7868e2fb 100644
--- a/mp/src/public/saverestoretypes.h
+++ b/mp/src/public/saverestoretypes.h
@@ -93,7 +93,7 @@ struct levellist_t
{
DECLARE_SIMPLE_DATADESC();
- char mapName[ MAX_MAP_NAME ];
+ char mapName[ MAX_MAP_NAME_SAVE ];
char landmarkName[ 32 ];
edict_t *pentLandmark;
Vector vecLandmarkOrigin;
@@ -171,7 +171,7 @@ struct saverestorelevelinfo_t
char szLandmarkName[20]; // landmark we'll spawn near in next level
Vector vecLandmarkOffset; // for landmark transitions
float time;
- char szCurrentMapName[MAX_MAP_NAME]; // To check global entities
+ char szCurrentMapName[MAX_MAP_NAME_SAVE]; // To check global entities
int mapVersion;
};