ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/player-env.ext
(Generate patch)

Comparing deliantra/server/ext/player-env.ext (file contents):
Revision 1.21 by root, Sun Nov 4 02:20:11 2012 UTC vs.
Revision 1.22 by root, Sun Nov 11 02:24:51 2012 UTC

45 push @face, $face 45 push @face, $face
46 if $face; 46 if $face;
47 } 47 }
48 } 48 }
49 49
50 # sort by size, smallest first, because it'S the fastest to download... 50 # sort by size, smallest first, because it's the fastest to download...
51 [ sort { (cf::face::get_data_size $a) <=> (cf::face::get_data_size $b) } @face ] 51 [ sort { (cf::face::get_data_size $a) <=> (cf::face::get_data_size $b) } @face ]
52} 52}
53 53
54our %MUSIC_QUEUE; 54our %MUSIC_QUEUE;
55 55

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines