X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=bb9ef845d58905b865178f41312e5e523e5095e0;hb=05651fcbc154b1d8321d6e4e9374cfcdd274feda;hp=be179b53be95de09c069970bd5dc4c8682e33d8b;hpb=49dab46aa55cb43233c7f9a310593f8bd8debc29;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index be179b53..bb9ef845 100644 --- a/src/main.c +++ b/src/main.c @@ -31,7 +31,7 @@ GC gc, clip_gc[NUM_PIXMAPS], tile_clip_gc; Pixmap pix[NUM_PIXMAPS]; Pixmap clipmask[NUM_PIXMAPS], tile_clipmask[NUM_TILES]; -#ifdef XPM_INCLUDE_FILE +#ifdef USE_XPM_LIBRARY XpmAttributes xpm_att[NUM_PICTURES]; #endif @@ -50,8 +50,6 @@ char *joystick_device_name[MAX_PLAYERS] = DEV_JOYSTICK_3 }; -int width, height; - char *program_name = NULL; int game_status = MAINMENU;