diff --git a/AUTHORS b/AUTHORS index 2aa22e2c19..de631f00a7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ Freeciv21 contributors are listed below in alphabetical order: +- blabber (Tobias Rehbein) - DobbyK - ilkkachu (Ilkka Virta) - jwrober (James Robertson) diff --git a/tools/civmanual.cpp b/tools/civmanual.cpp index 8b157c6801..8bf358986f 100644 --- a/tools/civmanual.cpp +++ b/tools/civmanual.cpp @@ -72,8 +72,6 @@ struct tag_types { const char *title_end; const char *sect_title_begin; const char *sect_title_end; - const char *image_begin; - const char *image_end; const char *item_begin; const char *item_end; const char *subitem_begin; @@ -102,12 +100,6 @@ struct tag_types html_tags = { // section title end "", - // image begin - "", - // item begin "
%s | ", - _("Terrain")); + fprintf(doc, "
---|
%s | ", _("Terrain")); fprintf(doc, "F/P/T | %s | ", _("Resources")); fprintf(doc, "%s %s | ", _("Move cost"), _("Defense bonus"));
fprintf(doc, "%s %s %s %s %s %s (%s) | ",
@@ -367,19 +352,15 @@ static bool manual_command(struct tag_types *tag_info)
continue;
}
- fprintf(doc, "||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
%s%s%s | %s | ", tag_info->image_begin, - pterrain->graphic_str, tag_info->image_end, - terrain_name_translation(pterrain)); + fprintf(doc, "|||||||||||||||||
%s | ", terrain_name_translation(pterrain)); fprintf(doc, "%d/%d/%d | \n", pterrain->output[O_FOOD], pterrain->output[O_SHIELD], pterrain->output[O_TRADE]); fprintf(doc, "
|