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

Comparing deliantra/server/ext/item-worldmap.ext (file contents):
Revision 1.20 by root, Tue Sep 23 04:29:11 2008 UTC vs.
Revision 1.21 by root, Fri May 14 22:56:47 2010 UTC

105 cf::override 1; 105 cf::override 1;
106 }, 106 },
107; 107;
108 108
109cf::post_init { 109cf::post_init {
110 cf::async_ext { 110 our $UPDATER = cf::async_ext {
111 $Coro::current->{desc} = "worldmap updater"; 111 $Coro::current->{desc} = "worldmap updater";
112 112
113 while () { 113 while () {
114 Coro::EV::timer_once $WORLDMAP_UPDATE_INTERVAL; 114 Coro::EV::timer_once $WORLDMAP_UPDATE_INTERVAL;
115 115

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines