Update storage method in .pp3 files for RT-spot points

RT-spot points are now stored as integer vector (instead of four
dedicated integer) to allow future improvements.
This commit is contained in:
Pandagrapher
2020-04-23 19:38:53 +02:00
parent c974799e76
commit 192c9b118f
8 changed files with 57 additions and 86 deletions

View File

@@ -970,10 +970,7 @@ struct LocallabParams {
int structexclu;
double struc;
Glib::ustring shapeMethod; // IND, SYM, INDSL, SYMSL
int locX;
int locXL;
int locY;
int locYT;
std::vector<int> loc; // For ellipse/rectangle: {locX, locXL, locY, locYT}
int centerX;
int centerY;
int circrad;