ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/pclient
(Generate patch)

Comparing deliantra/Deliantra-Client/bin/pclient (file contents):
Revision 1.135 by root, Tue Apr 18 06:26:55 2006 UTC vs.
Revision 1.136 by root, Tue Apr 18 06:34:30 2006 UTC

475 if (open my $fh, "<:utf8", CFClient::find_rcfile "sounds/config") { 475 if (open my $fh, "<:utf8", CFClient::find_rcfile "sounds/config") {
476 $SDL_MIXER = new SDL::Mixer; 476 $SDL_MIXER = new SDL::Mixer;
477 $SDL_MIXER->allocate_channels (8); 477 $SDL_MIXER->allocate_channels (8);
478 478
479 $bgmusic = new SDL::Music CFClient::find_rcfile "music/game3.ogg"; 479 $bgmusic = new SDL::Music CFClient::find_rcfile "music/game3.ogg";
480 $SDL_MIXER->play_music ($bgmusic, 0); 480 $SDL_MIXER->play_music ($bgmusic, -1);
481 481
482 while (<$fh>) { 482 while (<$fh>) {
483 next if /^\s*#/; 483 next if /^\s*#/;
484 next if /^\s*$/; 484 next if /^\s*$/;
485 485

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines