X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbuttons.c;h=62c5a1c1332a2f794f146cba92d05f5def4a5114;hb=50c422d96b6da2c0412b6bd3763e9d1a029a6014;hp=d9c2c47f6a1fd34c3706090b6ff3a9be17585b73;hpb=4f767d54c7ac468e9a42e22caf716111be1ceba9;p=rocksndiamonds.git diff --git a/src/buttons.c b/src/buttons.c index d9c2c47f..62c5a1c1 100644 --- a/src/buttons.c +++ b/src/buttons.c @@ -632,7 +632,7 @@ void DrawPlayerButton(unsigned long state, int mode) { Drawable dest_drawto; int dest_xoffset, dest_yoffset; - int graphic; + int graphic = GFX_SPIELER1; /* default */ int graphic_offset = (PLAYER_BUTTON_XSIZE - TILEX/2)/2; int xpos, ypos; int cx = DOOR_GFX_PAGEX4, cy = 0;