Skip to content
Snippets Groups Projects
Commit 2a9019c1 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Merge branch 'archiveworld-sigsegv-fix' into 'next'

Fix SIGSEGV from sending lindefs/sidedefs in savegame due to duplicated lines.

See merge request STJr/SRB2!490
parents 06961a8f cad65ad5
No related branches found
No related tags found
No related merge requests found
...@@ -647,8 +647,6 @@ static void P_NetArchiveWorld(void) ...@@ -647,8 +647,6 @@ static void P_NetArchiveWorld(void)
WRITEUINT16(put, 0xffff); WRITEUINT16(put, 0xffff);
mld = W_CacheLumpNum(lastloadedmaplumpnum+ML_LINEDEFS, PU_CACHE);
msd = W_CacheLumpNum(lastloadedmaplumpnum+ML_SIDEDEFS, PU_CACHE);
// do lines // do lines
for (i = 0; i < numlines; i++, mld++, li++) for (i = 0; i < numlines; i++, mld++, li++)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment