- added end line to various messages
so they don't screw up further output anymore
This commit is contained in:
parent
643828f5fa
commit
f17f8c9359
11 changed files with 18 additions and 18 deletions
|
|
@ -3080,7 +3080,7 @@ void FSlide::SlideTraverse(const DVector2 &start, const DVector2 &end)
|
|||
if (!in->isaline)
|
||||
{
|
||||
// should never happen
|
||||
Printf("PTR_SlideTraverse: not a line?");
|
||||
Printf("PTR_SlideTraverse: not a line?\n");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
@ -3437,7 +3437,7 @@ bool FSlide::BounceTraverse(const DVector2 &start, const DVector2 &end)
|
|||
|
||||
if (!in->isaline)
|
||||
{
|
||||
Printf("PTR_BounceTraverse: not a line?");
|
||||
Printf("PTR_BounceTraverse: not a line?\n");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue