warzone2100/lib/sound
Dennis Schridde d889ce9da7 Patch by Christian Ohm: "g++ fixes"
Mainly explicit casts, some type changes, a few fixes.

We need to have a look if this line creates any problems:
lib/script/interp.c @@ -329,7 +329,7 @@
- if(!RetStackRemember(CurEvent, (ip + 2)))       //Remember where to jump back later
+ if(!RetStackRemember(CurEvent, *(ip + 2)))      //Remember where to jump back later


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@719 4a71c877-e1ca-e34f-864e-861f7616d084
2006-09-17 20:39:25 +00:00
..
Makefile.am Full pathname includes 2006-06-02 19:34:58 +00:00
Makefile.raw New Makefile.raw system, works with MinGW/Windows environment and Linux also. 2006-07-21 21:48:55 +00:00
aud.h Create final repository structure. 2007-06-28 17:47:08 +00:00
audio.c Patch by Christian Ohm: "g++ fixes" 2006-09-17 20:39:25 +00:00
audio.h Patch by Christian Ohm: "g++ fixes" 2006-09-17 20:39:25 +00:00
cdaudio.c Patch by Christian Ohm: "g++ fixes" 2006-09-17 20:39:25 +00:00
cdaudio.h Patch by Stefan Huehner: "code cleanup: void 4" 2006-09-13 21:11:11 +00:00
mixer.h - Commit patches "code cleanup: void" and "code cleanup: const" by Stefan Huehner 2006-09-13 09:09:05 +00:00
mixer_stub.c Fix deprecated function declaration 2006-07-21 21:46:23 +00:00
openal_track.c - Replace all ASSERT(( )) with ASSERT( ) 2006-08-23 12:58:48 +00:00
playlist.c Patch by Christian Ohm: "g++ fixes" 2006-09-17 20:39:25 +00:00
playlist.h Add the missing playlist.h I forgot in r707. 2006-09-13 21:37:48 +00:00
track.c Patch by Christian Ohm: "g++ fixes" 2006-09-17 20:39:25 +00:00
track.h Patch by Christian Ohm: "g++ fixes" 2006-09-17 20:39:25 +00:00
tracklib.h Almost all strings and buffers are now of type char. This fixes 2006-08-12 16:52:37 +00:00