]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/droidBoss.cpp
Cleanup .desktop file
[quix0rs-blobwars.git] / src / droidBoss.cpp
index da6b9fb680e6ad8949b18fe7cfab59b552ec29e0..7750a1d1320034656536dda35d3c6975db1ba68f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2010 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -397,8 +397,8 @@ void droidBossInit()
                Math::addBit(&map.boss[i]->flags, ENT_FLIES);
        }
        
-       audio.loadSound(SND_BOSSCUSTOM1, "sound/droidChangeFreq.wav");
-       audio.loadSound(SND_BOSSCUSTOM2, "sound/droidFreakOut.wav");
+       audio.loadSound(SND_BOSSCUSTOM1, "sound/droidChangeFreq");
+       audio.loadSound(SND_BOSSCUSTOM2, "sound/droidFreakOut");
        
        debug(("droidBossInit: Done\n"));
 }