]> Shamusworld >> Repos - architektonas/blobdiff - src/dimension.cpp
Added layer attribute to load/save code.
[architektonas] / src / dimension.cpp
index 2dc7fce924956d2f51c070d390b3e7cd0aecb22b..83e657afcb62a1d2362f155a3120c4788ddfc040 100644 (file)
@@ -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);
 }