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

Comparing deliantra/server/ext/highscore.ext (file contents):
Revision 1.8 by root, Fri Feb 3 02:04:11 2012 UTC vs.
Revision 1.9 by root, Fri Feb 3 03:01:44 2012 UTC

1#! perl 1#! perl
2 2
3use Fcntl (); 3use Fcntl ();
4use Coro::AIO; 4use Coro::AIO;
5 5
6our $HIGHSCORE_ENTRIES = $cf::CFG{highscore_entries} || 1000; 6CONF HIGHSCORE_ENTRIES = 1000
7 7
8our $HIGHSCORE; 8our $HIGHSCORE;
9 9
10# [name, title, exp, killer, where, hp, sp, gp, uuid] 10# [name, title, exp, killer, where, hp, sp, gp, uuid]
11 11

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines