ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/Main.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/Main.pm (file contents):
Revision 1.26 by root, Wed Nov 21 12:48:12 2012 UTC vs.
Revision 1.27 by root, Wed May 1 20:38:50 2013 UTC

511 audio_music_push; 511 audio_music_push;
512} 512}
513 513
514sub audio_init { 514sub audio_init {
515 if ($CFG->{audio_enable}) { 515 if ($CFG->{audio_enable}) {
516 DC::Audio::init $CFG->{audio_driver}; 516 DC::Audio::init;
517 517
518 if ($SDL_MIXER) { 518 if ($SDL_MIXER) {
519 audio_music_finished; 519 audio_music_finished;
520 } else { 520 } else {
521 status "Unable to open sound device: there will be no sound"; 521 status "Unable to open sound device: there will be no sound";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines