X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=profile.c;h=90ed0b6098c1a7d3d651c8cf8b7e9bf0b2b8fcb7;hp=614822809f53dd59bcb6ad2575f51b5e8207e398;hb=d0e27c6c533005b5fd161286f68f1325bdabe8e3;hpb=549708c6eaab2d0592c3e520e0debd82d64619b4 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;