X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fline.cpp;h=7085308f9fe12eb2e3687f3469e23fde2b2971fb;hb=11cff81f10ccca1b31288fce04d696e715b922b0;hp=74c40b5a3b6a027f409bf574ada59b9e475e6b5a;hpb=642cf72c11b49a9e00128ab6258a2438c785a5ab;p=architektonas diff --git a/src/line.cpp b/src/line.cpp index 74c40b5..7085308 100644 --- a/src/line.cpp +++ b/src/line.cpp @@ -509,7 +509,7 @@ the horizontal line or vertical line that intersects from the current mouse posi /*virtual*/ void Line::Enumerate(FILE * file) { - fprintf(file, "LINE (%lf,%lf) (%lf,%lf)\n", position.x, position.y, endpoint.x, endpoint.y); + fprintf(file, "LINE %i (%lf,%lf) (%lf,%lf)\n", layer, position.x, position.y, endpoint.x, endpoint.y); }