X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=cf78c0cb955dcb0c0bb04548f19e4a00ebb4caff;hb=1101077a226b09854650662759bf12caf7c84f8d;hp=528741b98b8050c61242fadcbac5be4829f595c6;hpb=41e8d55b767c898f20c29a1b0b8d2ef8840be2f5;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 528741b9..cf78c0cb 100644 --- a/src/main.c +++ b/src/main.c @@ -29,7 +29,6 @@ boolean level_editor_test_game = FALSE; boolean network_playing = FALSE; int key_joystick_mapping = 0; -int global_joystick_status = JOYSTICK_STATUS; boolean redraw[MAX_BUF_XSIZE][MAX_BUF_YSIZE]; int redraw_x1 = 0, redraw_y1 = 0; @@ -137,21 +136,6 @@ char *sound_name[NUM_SOUNDS] = "gate.wav" }; -/* background music */ -int background_loop[] = -{ -#if 0 - SND_ALCHEMY, - SND_CHASE, - SND_NETWORK, - SND_CZARDASZ, - SND_TYGER, - SND_VOYAGER, - SND_TWILIGHT -#endif -}; -int num_bg_loops = sizeof(background_loop)/sizeof(int); - char *element_info[] = { "empty space", /* 0 */