Merge branch 'changemap2-fix' of https://github.com/Edward850/zdoom

This commit is contained in:
Christoph Oelckers 2015-02-08 09:07:12 +01:00
commit 4959932df7
1 changed files with 3 additions and 1 deletions

View File

@ -2668,7 +2668,9 @@ void Net_SkipCommand (int type, BYTE **stream)
case DEM_SUMMONFOE2: case DEM_SUMMONFOE2:
skip = strlen ((char *)(*stream)) + 26; skip = strlen ((char *)(*stream)) + 26;
break; break;
case DEM_CHANGEMAP2:
skip = strlen((char *)(*stream + 1)) + 2;
break;
case DEM_MUSICCHANGE: case DEM_MUSICCHANGE:
case DEM_PRINT: case DEM_PRINT:
case DEM_CENTERPRINT: case DEM_CENTERPRINT: