mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-22 03:41:45 +00:00
P_WriteTextmap: Clear out colormap linedef special after copying the colormap
This commit is contained in:
parent
3b4fad16db
commit
0b9876d61b
1 changed files with 1 additions and 0 deletions
|
@ -2069,6 +2069,7 @@ static void P_WriteTextmap(void)
|
|||
|
||||
wsectors[s].extra_colormap = wsides[wlines[i].sidenum[0]].colormap_data;
|
||||
}
|
||||
lines[i].special = 0;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue