ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/exp.C
(Generate patch)

Comparing deliantra/server/common/exp.C (file contents):
Revision 1.40 by root, Mon Oct 29 23:55:52 2012 UTC vs.
Revision 1.41 by root, Sun Nov 4 01:01:13 2012 UTC

155 155
156/* This loads the experience table from the exp_table 156/* This loads the experience table from the exp_table
157 * file. 157 * file.
158 */ 158 */
159void 159void
160reload_exp_table () 160_reload_exp_table ()
161{ 161{
162 int lastlevel = 0; 162 int lastlevel = 0;
163 sint64 lastexp = -1; 163 sint64 lastexp = -1;
164 164
165 object_thawer thawer (settings.datadir, "exp_table"); 165 object_thawer thawer (settings.datadir, "exp_table");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines