From 237094095c579d88dec4d803a4aa0c7f0c2bffda Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Wed, 19 May 2004 03:13:44 +0000 Subject: [PATCH] fix typo --- ChangeLog | 5 +++++ arch/sdl/digi.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a18f278..00a87f29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-05-18 Bradley Bell + * 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 diff --git a/arch/sdl/digi.c b/arch/sdl/digi.c index f23772f2..ce736fab 100644 --- a/arch/sdl/digi.c +++ b/arch/sdl/digi.c @@ -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 -- 2.39.2