X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=profile.c;h=7a0eac4975ac9b6e4755e23236407c142f211b24;hb=94516177605484dacf724602c43f34b984d06ba8;hp=137ed6f88778c2dea942c2dd377b43dea11497d2;hpb=81fddfa67e779c8d378eee4c57fd9f201e15f96f;p=ext%2Fsubsurface.git diff --git a/profile.c b/profile.c index 137ed6f..7a0eac4 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;