ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.321 by root, Thu Jul 26 21:44:43 2007 UTC vs.
Revision 1.322 by root, Fri Jul 27 10:10:51 2007 UTC

2899 for (0 .. SOUND_CAST_SPELL_0 - 1) { 2899 for (0 .. SOUND_CAST_SPELL_0 - 1) {
2900 my $sound = $soundconf->{compat}[$_] 2900 my $sound = $soundconf->{compat}[$_]
2901 or next; 2901 or next;
2902 2902
2903 my $face = cf::face::find "sound/$sound->[1]"; 2903 my $face = cf::face::find "sound/$sound->[1]";
2904 warn "$sound->[0]: $face\n";#d#
2905 2904
2906 cf::sound::set $sound->[0] => $face; 2905 cf::sound::set $sound->[0] => $face;
2907 cf::sound::old_sound_index $_, $face; # gcfclient-compat 2906 cf::sound::old_sound_index $_, $face; # gcfclient-compat
2908 } 2907 }
2909 2908

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines