Antarctica 1
antarctica
255
-ji_turn.it
+Mortimers_chipdisko.mod
128
192
255
Antarctica 2
antarctica
230
-SALCON.MOD
+Mortimers_chipdisko.mod
128
192
255
.......[===...........==]..XABY....##.............#......####......####.....#####.......................############.....[====]........#.......##......==................[=].............................$$##################............|..............
....[==...........................#...............#........................######$..0...$...0...$..0.$##############...............................[]....................###...........................$$#####################...........|..............
..GHIJ......GHIJ..................#...............#......[].0..0..0...[]..=#########################################..........0...............1....##....0..0..0..0..0..1###..0.0...0..1.0...0.........#######################...........|..............
-=======&&&&&&&&&&&================#...............#&&&&&==================^^^^^^^^^^^^^^^^^^^^^^^^^^^^##############============================================================================================================================^^^^^^^^
\ No newline at end of file
+=======&&&&&&&&&&&================#...............#&&&&&==================^^^^^^^^^^^^^^^^^^^^^^^^^^^^##############============================================================================================================================^^^^^^^^
Bug-Hunter-Course
level2
1000
-SALCON.MOD
+Mortimers_chipdisko.mod
100
100
100
...#.#...................#......
.............##B....#....#......
...========.......###....#......
-================================
\ No newline at end of file
+================================
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/supertux/
- April 11, 2000 - December 9, 2003
+ April 11, 2000 - December 28, 2003
*/
#include <stdio.h>
char levelname[20];
char leveltheme[20];
char str[10];
-int sound_pos;
/* Local function prototypes: */
if (!playing_music())
{
play_music( level_song, 1 );
- sound_pos = 0;
}
if (tux_invincible_time > 0)
tux_invincible_time--;
-
- if (current_music == LEVEL_MUSIC && time_left < 250)
- {
- if ((frame % 10) == 0)
- {
- set_music_position(sound_pos);
- sound_pos++;
- }
- }
- else
- {
- sound_pos = 0;
- }
}
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/supertux/
- April 22, 2000 - December 27, 2003
+ April 22, 2000 - December 28, 2003
*/
/*
}
-void set_music_position(int pos)
-{
- if ((use_music == YES) && (audio_device == YES))
- {
- if (Mix_PlayingMusic())
- {
- Mix_SetMusicPosition(pos);
- }
- }
-}
-
-
-
void free_music(Mix_Music *music)
{
if ( music != NULL )
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/supertux/
- April 22, 2000 - December 27, 2003
+ April 22, 2000 - December 28, 2003
Current maintainer:
Duong-Khang NGUYEN <neoneurone@users.sf.net>
int playing_music(void);
int halt_music(void);
int play_music(Mix_Music*music, int loops);
-void set_music_position(int pos);
void free_music(Mix_Music*music);
void free_chunk(Mix_Chunk*chunk);