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.23 by root, Sun Nov 11 04:29:11 2012 UTC vs.
Revision 1.24 by root, Sun Nov 11 05:53:11 2012 UTC

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_size $a) <=> (cf::face::get_size $b) } @face ] 51 [ sort { ($cf::face::SIZE[0][$a]) <=> ($cf::face::SIZE[0][$b]) } @face ]
52} 52}
53 53
54our %MUSIC_QUEUE; 54our %MUSIC_QUEUE;
55 55
56our $MUSIC_SCHEDULER = cf::async_ext { 56our $MUSIC_SCHEDULER = cf::async_ext {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines