diff --git a/src/d_net.cpp b/src/d_net.cpp index b3e70d410f..8ad85d3f8b 100644 --- a/src/d_net.cpp +++ b/src/d_net.cpp @@ -2667,7 +2667,9 @@ void Net_SkipCommand (int type, BYTE **stream) case DEM_SUMMONFOE2: skip = strlen ((char *)(*stream)) + 26; break; - + case DEM_CHANGEMAP2: + skip = strlen((char *)(*stream + 1)) + 2; + break; case DEM_MUSICCHANGE: case DEM_PRINT: case DEM_CENTERPRINT: