X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=inline;f=src%2Fgame_bd%2Fbd_graphics.c;h=4797f8edb5ed2c843ac5c3fd35db85743e34188d;hb=53eb378f7b2264e792eedf961575e07e3e587528;hp=b171b763b7ad261799cc12e4ac756befbde51924;hpb=40a2fe903817ae402dcce11b691391d15a590ff8;p=rocksndiamonds.git diff --git a/src/game_bd/bd_graphics.c b/src/game_bd/bd_graphics.c index b171b763..4797f8ed 100644 --- a/src/game_bd/bd_graphics.c +++ b/src/game_bd/bd_graphics.c @@ -61,6 +61,8 @@ static int cell_size = 0; // graphic info for game objects/frames and players/actions/frames struct GraphicInfo_BD graphic_info_bd_object[O_MAX_ALL][8]; +// graphic info for game graphics template for level-specific colors +struct GraphicInfo_BD graphic_info_bd_color_template; static inline int c64_png_colors(int r, int g, int b, int a) {