X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=profile.c;h=90ed0b6098c1a7d3d651c8cf8b7e9bf0b2b8fcb7;hb=d0e27c6c533005b5fd161286f68f1325bdabe8e3;hp=614822809f53dd59bcb6ad2575f51b5e8207e398;hpb=a5e822a4d6f742afe2b4b2e6a856af3063b5ffe1;p=ext%2Fsubsurface.git diff --git a/profile.c b/profile.c index 6148228..90ed0b6 100644 --- a/profile.c +++ b/profile.c @@ -14,6 +14,7 @@ #include "color.h" int selected_dive = 0; +int *selectiontracker; typedef enum { STABLE, SLOW, MODERATE, FAST, CRAZY } velocity_t;