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.205 by root, Thu Aug 9 03:40:02 2007 UTC vs.
Revision 1.206 by root, Thu Aug 9 03:40:44 2007 UTC

215 215
216sub audio_sound_push($) { 216sub audio_sound_push($) {
217 my ($face) = @_; 217 my ($face) = @_;
218 218
219 $CFG->{effects_enable} 219 $CFG->{effects_enable}
220 or return;
221
222 $AUDIO_PLAY{$face}
220 or return; 223 or return;
221 224
222 if (my $chunk = $AUDIO_CHUNK{$face}) { 225 if (my $chunk = $AUDIO_CHUNK{$face}) {
223 for (grep $_->[0] >= Event::time, @{(delete $AUDIO_PLAY{$face}) || []}) { 226 for (grep $_->[0] >= Event::time, @{(delete $AUDIO_PLAY{$face}) || []}) {
224 my (undef, $dx, $dy, $vol) = @$_; 227 my (undef, $dx, $dy, $vol) = @$_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines