X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdimension.cpp;h=83e657afcb62a1d2362f155a3120c4788ddfc040;hb=11cff81f10ccca1b31288fce04d696e715b922b0;hp=2dc7fce924956d2f51c070d390b3e7cd0aecb22b;hpb=642cf72c11b49a9e00128ab6258a2438c785a5ab;p=architektonas diff --git a/src/dimension.cpp b/src/dimension.cpp index 2dc7fce..83e657a 100644 --- a/src/dimension.cpp +++ b/src/dimension.cpp @@ -341,7 +341,7 @@ about keeping track of old states... /*virtual*/ void Dimension::Enumerate(FILE * file) { - fprintf(file, "DIMENSION (%lf,%lf) (%lf,%lf) %i\n", position.x, position.y, endpoint.x, endpoint.y, type); + fprintf(file, "DIMENSION %i (%lf,%lf) (%lf,%lf) %i\n", layer, position.x, position.y, endpoint.x, endpoint.y, type); }