ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/deliantra
(Generate patch)

Comparing deliantra/Deliantra-Client/bin/deliantra (file contents):
Revision 1.12 by root, Wed Dec 26 13:35:06 2007 UTC vs.
Revision 1.13 by root, Wed Dec 26 15:18:16 2007 UTC

2284 $LAST_REFRESH = $NOW; 2284 $LAST_REFRESH = $NOW;
2285} 2285}
2286 2286
2287$WANT_REFRESH = EV::idle_ns \&force_refresh; 2287$WANT_REFRESH = EV::idle_ns \&force_refresh;
2288 2288
2289my $input = EV::timer 0, 1/60, sub { 2289# 0.015 is server tick time / 8 ~~ 66.6...hz
2290my $input = EV::periodic 0, 0.015, undef, sub {
2290 $NOW = time; 2291 $NOW = time;
2291 2292
2292 ($SDL_CB{$_->{type}} || sub { warn "unhandled event $_->{type}" })->($_) 2293 ($SDL_CB{$_->{type}} || sub { warn "unhandled event $_->{type}" })->($_)
2293 for CFPlus::poll_events; 2294 for CFPlus::poll_events;
2294 2295

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines