diff -r 110669124caf -r 215b9f8f0cd7 ldtypes.h --- a/ldtypes.h Tue Mar 19 21:52:38 2013 +0200 +++ b/ldtypes.h Wed Mar 20 01:58:05 2013 +0200 @@ -170,7 +170,8 @@ public: IMPLEMENT_LDTYPE (CondLine) - vertex vaControl[2]; // Control points + short dColor; // Color of this line + vertex vaCoords[4]; // End points + control points of this line }; // =============================================================================