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

Comparing deliantra/server/ext/cfplus.ext (file contents):
Revision 1.16 by root, Tue Mar 16 20:28:22 2010 UTC vs.
Revision 1.17 by root, Sun Apr 11 04:52:07 2010 UTC

209 }, 209 },
210 on_move => sub { 210 on_move => sub {
211 my ($pl, $dir) = @_; 211 my ($pl, $dir) = @_;
212 212
213 # must delay a bit :/ 213 # must delay a bit :/
214 my $delay; $delay = EV::timer 0, 0, sub { 214 my $delay; $delay = AE::timer 0, 0, sub {
215 undef $delay; 215 undef $delay;
216 216
217 if (my $dialog = $pl->{npc_dialog}) { 217 if (my $dialog = $pl->{npc_dialog}) {
218 my (undef, $dx, $dy) = $pl->ob->rangevector ($dialog->{npc}); 218 my (undef, $dx, $dy) = $pl->ob->rangevector ($dialog->{npc});
219 219

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines