From: Holger Schemel Date: Sat, 10 Aug 2002 11:14:20 +0000 (+0200) Subject: rnd-20020810-1-src X-Git-Tag: 2.1.1^2~2 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=2fc3381a6d44fe617388ac019170910e337bb07e rnd-20020810-1-src --- diff --git a/CHANGES b/CHANGES index 6112c0b0..3098e6c4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +Release Version 2.1.1 [?? ??? ????] +----------------------------------- + Release Version 2.1.0 [05 AUG 2002] ----------------------------------- - native Mac OS X port (finally!) diff --git a/src/Makefile b/src/Makefile index e935b51d..c73420b7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -102,7 +102,7 @@ CONFIG_GAME_DIR = $(CONFIG_RO_GAME_DIR) $(CONFIG_RW_GAME_DIR) CONFIG = $(CONFIG_GAME_DIR) $(CONFIG_SCORE_ENTRIES) $(JOYSTICK) -# DEBUG = -DDEBUG -g +DEBUG = -DDEBUG -g # PROFILING = $(PROFILING_FLAGS) # OPTIONS = $(DEBUG) -Wall # only for debugging purposes diff --git a/src/conftime.h b/src/conftime.h index 28ed84b5..368b8799 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2002-08-05 02:26]" +#define COMPILE_DATE_STRING "[2002-08-10 13:13]" diff --git a/src/game.c b/src/game.c index bc31c194..4fc13171 100644 --- a/src/game.c +++ b/src/game.c @@ -1000,12 +1000,20 @@ void InitGame() OpenDoor(DOOR_OPEN_ALL); +#if 1 + printf("starting game sound/music...\n"); +#endif + PlaySoundStereo(SND_GAME_STARTING, SOUND_MAX_RIGHT); if (setup.sound_music) PlayMusic(level_nr); KeyboardAutoRepeatOff(); +#if 1 + printf("started.\n"); +#endif + if (options.debug) { for (i=0; i<4; i++) diff --git a/src/main.h b/src/main.h index 17136765..71cfcdf9 100644 --- a/src/main.h +++ b/src/main.h @@ -1632,8 +1632,8 @@ extern struct SoundEffectInfo sound_effects[]; #define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MINOR 1 -#define PROGRAM_VERSION_PATCH 0 -#define PROGRAM_VERSION_STRING "2.1.0" +#define PROGRAM_VERSION_PATCH 1 +#define PROGRAM_VERSION_STRING "2.1.1" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" #define PROGRAM_AUTHOR_STRING "Holger Schemel"