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.14 by root, Thu Aug 30 08:34:40 2007 UTC vs.
Revision 1.15 by root, Wed Sep 19 21:56:30 2007 UTC

20 20
21our %MUSIC_QUEUE; 21our %MUSIC_QUEUE;
22our %MUSIC_FACE_CACHE; # cleared by reload_facedata 22our %MUSIC_FACE_CACHE; # cleared by reload_facedata
23 23
24our $MUSIC_SCHEDULER = cf::async_ext { 24our $MUSIC_SCHEDULER = cf::async_ext {
25 $Coro::current->{desc} = "music scheduler";
26
25 while () { 27 while () {
26 for (keys %MUSIC_QUEUE) { 28 for (keys %MUSIC_QUEUE) {
27 delete $MUSIC_QUEUE{$_}; 29 delete $MUSIC_QUEUE{$_};
28 30
29 cf::get_slot 0.01, -10, "music scheduler"; 31 cf::get_slot 0.01, -10, "music scheduler";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines