X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fbuttons.c;h=62c5a1c1332a2f794f146cba92d05f5def4a5114;hp=d9c2c47f6a1fd34c3706090b6ff3a9be17585b73;hb=0918c3eb2f6219a8cc72aa85bd9c4889788dd474;hpb=be5267c86e001e1fe5f7c3ccea3453c92280f46b 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;