~ubuntu-branches/debian/squeeze/bristol/squeeze

« back to all changes in this revision

Viewing changes to src/bristol/bristol/soundManager.c

  • Committer: Bazaar Package Importer
  • Author(s): Guenter Geiger (Debian/GNU)
  • Date: 2004-08-16 17:25:51 UTC
  • Revision ID: james.westby@ubuntu.com-20040816172551-b0wxc0izlhxa6ugn
Tags: 0.9.1-11
* Fixed gcc-3.4 compilation
* removed dynamic libraries, bristolenine and bristol are linked
  dynamically now (closes: #265621) (closes: #265052)

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                freeSoundAlgo(baudio, index, sound[index]);
87
87
        }
88
88
 
89
 
        sound[index] = dropBristolOp(algo, audiomain->palette);
 
89
        sound[index] = dropBristolOp(algo, audiomain->palette);
90
90
        sound[index]->next = -1;
91
91
        sound[index]->flags = BRISTOL_SOUND_START|BRISTOL_SOUND_END;
92
92