rnd-20060121-2-src
[rocksndiamonds.git] / src / screens.c
index fbedf9c4b7c4eaf4a365ce883944d5fef1d59699..ae2843a1fbc515b64e4dceda60589d6ae85e9f31 100644 (file)
@@ -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);
 }