diff options
| author | John Schoenick <[email protected]> | 2015-09-09 18:35:41 -0700 |
|---|---|---|
| committer | John Schoenick <[email protected]> | 2015-09-09 18:35:41 -0700 |
| commit | 0d8dceea4310fde5706b3ce1c70609d72a38efdf (patch) | |
| tree | c831ef32c2c801a5c5a80401736b52c7b5a528ec /mp/src/public/saverestoretypes.h | |
| parent | Updated the SDK with the latest code from the TF and HL2 branches. (diff) | |
| download | source-sdk-2013-master.tar.xz source-sdk-2013-master.zip | |
Diffstat (limited to 'mp/src/public/saverestoretypes.h')
| -rw-r--r-- | mp/src/public/saverestoretypes.h | 4 |
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; }; |