~ubuntu-branches/debian/lenny/liquidwar/lenny

« back to all changes in this revision

Viewing changes to src/sound.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Pineau
  • Date: 2006-10-25 01:17:05 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061025011705-uhpq6sddtyoxjnqr
Tags: 5.6.3-3
* Maintainer upload.
* Acknowledge previous NMU (Closes: #391237). Thanks to Michael Ablassmeier.
* debian/rules
   + Switched to quilt for patch handling.
   + Install .desktop file and icon
* debian/control:
   + Set policy to 3.7.2.2 -- no changes.
   + remove ${misc:Depends} from Liquidwar depends (useless in our case)
   + replace {Source-Version} by {source:Version} for liquidwar-data
   + replace {Source-Version} by {binary:Version} for liquidwar-server
   + Build-depend on quilt.
   
* 010_doc.diff: (new patch from old diff.gz)
   + documentation fixes.
   
* 010_misc.diff: (new patch from old diff.gz) 
   + changed color palette of liquidwar_32x32.xpm

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
/*****************************************************************************/
24
24
/* Liquid War is a multiplayer wargame                                       */
25
 
/* Copyright (C) 1998-2004 Christian Mauduit                                 */
 
25
/* Copyright (C) 1998-2005 Christian Mauduit                                 */
26
26
/*                                                                           */
27
27
/* This program is free software; you can redistribute it and/or modify      */
28
28
/* it under the terms of the GNU General Public License as published by      */
130
130
      LOCK_VARIABLE (WATER_VOLUME);
131
131
      LOCK_VARIABLE (SOUND_VOLUME_VALUES);
132
132
 
133
 
#ifdef ALLEGRO_DOS
 
133
#ifdef DOS
134
134
      _go32_dpmi_lock_data (HASARD_VALUE, HASARD_SIZE * sizeof (int));
135
135
      _go32_dpmi_lock_data (SOUND_VOLUME_VALUES, 17 * sizeof (int));
136
136
#endif