Skip to content
Snippets Groups Projects
Commit 623fa126 authored by sphere's avatar sphere
Browse files

Fix backside ceiling vertex slopes

parent 9b296a15
No related branches found
No related tags found
No related merge requests found
......@@ -566,6 +566,7 @@ static void line_SpawnViaMapthingVertexes(const int linenum, const boolean spawn
case TMSP_BACKCEILING:
slopetoset = &line->backsector->c_slope;
side = &sides[line->sidenum[1]];
break;
default:
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment