diff --git a/help.cpp b/help.cpp index 240b2f6e..5b0868ce 100644 --- a/help.cpp +++ b/help.cpp @@ -881,6 +881,7 @@ EX void describeMouseover() { if(shmup::on) out += " (" + its(c->landparam)+")"; else { + calcTidalPhase(); bool b = c->landparam >= tide[(turncount-1) % tidalsize]; int t = 1; for(; t < 1000 && b == (c->landparam >= tide[(turncount+t-1) % tidalsize]); t++) ;