X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fscreens.c;h=ae2843a1fbc515b64e4dceda60589d6ae85e9f31;hb=c5d03f36989babf47697957101ecebe9b7b9cbe8;hp=fbedf9c4b7c4eaf4a365ce883944d5fef1d59699;hpb=380afea8229172182d887138b6e72751669cf6e0;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index fbedf9c4..ae2843a1 100644 --- a/src/screens.c +++ b/src/screens.c @@ -887,7 +887,7 @@ static char *getHelpText(int element, int action, int direction) strcat(token, element_action_info[action].suffix); if (direction != -1) - strcat(token, element_direction_info[MV_DIR_BIT(direction)].suffix); + strcat(token, element_direction_info[MV_DIR_TO_BIT(direction)].suffix); return getHashEntry(helptext_info, token); }