diff --git a/src/d_net.cpp b/src/d_net.cpp index 5565b1871..5a1f64c1c 100644 --- a/src/d_net.cpp +++ b/src/d_net.cpp @@ -248,7 +248,7 @@ private: DPrintf(DMSG_NOTIFY, "Expanding special size to %zu\n", MaxSize); for (auto& stream : Streams) - Streams->Grow(MaxSize); + stream.Grow(MaxSize); CurrentStream = Streams[CurrentClientTic % BACKUPTICS].Stream + CurrentSize; }