diff --git a/src/game/shared/saverestore.cpp b/src/game/shared/saverestore.cpp index cc8abfcf6..72a9eb516 100644 --- a/src/game/shared/saverestore.cpp +++ b/src/game/shared/saverestore.cpp @@ -325,6 +325,7 @@ void CSave::Log( const char *pName, fieldtype_t fieldType, void *value, int coun char chValue = pValue[iCount]; Q_snprintf( szTempBuf, sizeof( szTempBuf ), "%c", chValue ); Q_strncat( szBuf, szTempBuf, sizeof( szTempBuf ), COPY_ALL_CHARACTERS ); + break; } case FIELD_COLOR32: {