This commit is contained in:
Bradley Bell 2004-05-19 03:13:44 +00:00
parent d1e1ba65ac
commit 237094095c
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
2004-05-18 Bradley Bell <btb@icculus.org>
* arch/sdl/digi.c: fix typo
* arch/ogl/ogl.c, include/ogl_init.h, main/polyobj.c: fix briefing
spinning robot display in OGL (d1x r1.28, r1.20, r1.2)
* main/state.c: fix savegame thumbnail saving in OGL (d1x r1.6)
* arch/win32/init.c, arch/win32/win32.c: move win32 window

View file

@ -1,4 +1,4 @@
/* $Id: digi.c,v 1.15 2004-05-19 02:23:56 btb Exp $ */
/* $Id: digi.c,v 1.16 2004-05-19 03:13:44 btb Exp $ */
/*
*
* SDL digital audio support
@ -200,7 +200,7 @@ static void audio_mixcallback(void *userdata, Uint8 *stream, int len)
Uint8 *streamend = stream + len;
struct sound_slot *sl;
if (!digi_initialized)
if (!digi_initialised)
return;
memset(stream, 0x80, len); // fix "static" sound bug on Mac OS X