X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=a727eaa53439274ce584613a0c1d062cc879bc55;hb=79e91e9a5ec83a11ee4708c8cf2c42dd4dd63cce;hp=4107419dea9dad3d138756d5f358c7dd56ba1344;hpb=3e2f5b80c9748e74cb33fd6f570678bf51c992ba;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 4107419d..a727eaa5 100644 --- a/src/main.c +++ b/src/main.c @@ -6463,9 +6463,9 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] = "slope (DF style) (315\xb0)" }, { - "bd_player", - "bd_player", - "player" + "bd_empty_space", + "empty_space", + "empty space" }, { "bd_sand", @@ -6645,7 +6645,7 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] = { "bd_inbox", "bd_inbox", - "inbox" + "inbox with player" }, { "bd_exit_closed", @@ -7097,6 +7097,11 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] = "bd_nitro_pack", "nitro pack" }, + { + "bd_player", + "bd_player", + "player" + }, { "bd_player_with_bomb", "bd_player", @@ -7863,6 +7868,11 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] = "graphic", "-" }, + { + "bd_game_graphics_color_template", + "-", + "-" + }, { "internal_clipboard_custom", "internal",