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

Comparing deliantra/Deliantra-Client/bin/cfplus (file contents):
Revision 1.201 by root, Fri Aug 3 02:20:32 2007 UTC vs.
Revision 1.202 by root, Sat Aug 4 03:29:03 2007 UTC

351 @MUSIC_HAVE = { path => CFPlus::find_rcfile "music/$MUSIC_DEFAULT" } unless @MUSIC_HAVE; 351 @MUSIC_HAVE = { path => CFPlus::find_rcfile "music/$MUSIC_DEFAULT" } unless @MUSIC_HAVE;
352 $fade_out = 1000; 352 $fade_out = 1000;
353 } 353 }
354 354
355 # if the currently playing song is acceptable, let it continue 355 # if the currently playing song is acceptable, let it continue
356 return if $MUSIC_PLAYING_META
357 && grep $MUSIC_PLAYING_META == $_, @MUSIC_HAVE; 356 return if grep $MUSIC_PLAYING_META == $_, @MUSIC_HAVE;
358 357
359 my $NOW = time; 358 my $NOW = time;
360 359
361 if ($MUSIC_PLAYING_META) { 360 if ($MUSIC_PLAYING_META) {
362 $MUSIC_PLAYING_META->{stop_time} = $NOW; 361 $MUSIC_PLAYING_META->{stop_time} = $NOW;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines