I_Error description syntax consistency (buzzword buzzword buzzword).

This commit is contained in:
toasterbabe 2016-06-01 19:52:12 +01:00
parent 629dd8e08f
commit 44a6e8bb54

View file

@ -557,7 +557,7 @@ static pslope_t *P_NewVertexSlope(INT16 tag1, INT16 tag2, INT16 tag3, UINT8 flag
for (i = 0; i < 3; i++) {
mt = ret->vertices[i];
if (!mt) // If a vertex wasn't found, it's game over. There's nothing you can do to recover (except maybe try and kill the slope instead - TODO?)
I_Error("Slope vertex %s (for linedef tag %d) not found.", sizeu1(i), tag1);
I_Error("P_NewVertexSlope: Slope vertex %s (for linedef tag %d) not found!", sizeu1(i), tag1);
if (mt->extrainfo)
mt->z = mt->options;
else