X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftracktype.h;h=f285036f905b236c8ac894e6022d1961e195ca5f;hb=f8a7788cee0261babfc4c804a58515aad6dfbc3d;hp=9c4865f1ff3f655bd8578a98ae200ab46bc866d4;hpb=460c64181aca1a134d74cb15ea4ad3bb4f275b60;p=r2c2.git diff --git a/source/libr2c2/tracktype.h b/source/libr2c2/tracktype.h index 9c4865f..f285036 100644 --- a/source/libr2c2/tracktype.h +++ b/source/libr2c2/tracktype.h @@ -20,7 +20,7 @@ class TrackType public: struct Endpoint { - Point pos; + Vector pos; float dir; // Direction outwards from the endpoint unsigned paths;