No Size_t --> int

in an I_Error print!
[/rhyme]
This commit is contained in:
toasterbabe 2016-06-01 16:45:10 +01:00
parent 76d108d760
commit ae8b45965c
1 changed files with 1 additions and 1 deletions

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 %d (for linedef tag %d) not found.", i, tag1);
I_Error("Slope vertex %s (for linedef tag %d) not found.", sizeu1(i), tag1);
if (mt->extrainfo)
mt->z = mt->options;
else