[Kde-games-devel] Bomber missing sound file: explode.ogg

Wolfgang Rohdewald wolfgang at rohdewald.de
Mon Mar 12 16:17:07 UTC 2012


Am Montag, 12. März 2012, 17:43:35 schrieb Mehmet Emre:
> I've ported bomber to QGraphicsView and I've also ported it to
> KgSound. The game tries to play sounds/explode.ogg but there is no
> such file (actually there is no such audio file in sounds/ folder). I
> checked the SVN trunk via websvn and there is no such file in there
> too. Should I remove the piece of code that tries to play that sound?

here you can search in all paths that ever existed in kde svn:
http://stuff.povaddict.com.ar/kde-svn-search.php?substring=explode.ogg

returning

/trunk/kdeartwork/kscreensaver/kdesavers/data/kfs_explode.ogg
/trunk/KDE/kdegames/granatier/sounds/corpse_explode.ogg
/trunk/KDE/kdegames/granatier/sounds/explode.ogg
/trunk/playground/games/bomber/sounds/explode.ogg
/trunk/playground/games/granatier/sounds/corpse_explode.ogg
/trunk/playground/games/granatier/sounds/explode.ogg

there is svn revision 833625:
    Removed the sound sample as it was under a incompatiable license

which commented out one 
 playSound(QString("explode.ogg"));

but overlooked the other one
so I would say remove both. Code that is commented out since 3
years deserves that.

-- 
Wolfgang


More information about the kde-games-devel mailing list