From a1f5ccfcac68589fd3dd50f5deec595cecd86291 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Sun, 21 Apr 2013 11:13:26 +0200 Subject: [PATCH] Update header comment --- src/client/sound/snd_al.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/client/sound/snd_al.c b/src/client/sound/snd_al.c index 00456e38..05d183c1 100644 --- a/src/client/sound/snd_al.c +++ b/src/client/sound/snd_al.c @@ -21,9 +21,13 @@ * * ======================================================================= * - * This is an OpenAL backend for the Quake II Soundsystem. Most of these - * functions are from the Q2Pro project, and some are from zeq2. We - * adapted them to work with Yamagi Quake II. + * This is the OpenAL backend for the Quake II Soundsystem. Most of these + * functions were optained from the Q2Pro project, and some are from zeq2. + * We adapted them to work with Yamagi Quake II. The OpenAL backend is + * split into two layers. This is the upper layer, doing the actual work. + * The lower layer implements the interface between Q2 and the OpenAL + * implementation. This backend is overmuch complicated due to the + * restrictions of the frontend. * * ======================================================================= */