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

Comparing deliantra/server/socket/init.C (file contents):
Revision 1.57 by root, Tue Apr 22 07:01:47 2008 UTC vs.
Revision 1.59 by root, Tue May 6 16:55:26 2008 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2001,2007 Mark Wedel 5 * Copyright (©) 2001,2007 Mark Wedel
6 * Copyright (©) 1992,2007 Frank Tore Johansen 6 * Copyright (©) 1992,2007 Frank Tore Johansen
7 * 7 *
8 * Deliantra is free software: you can redistribute it and/or modify 8 * Deliantra is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
211 last_resist[i] = -1; 211 last_resist[i] = -1;
212 212
213 last_weapon_sp = -1; 213 last_weapon_sp = -1;
214 last_level = -1; 214 last_level = -1;
215 last_stats.exp = -1; 215 last_stats.exp = -1;
216 //last_weight = -1;
217 last_flags = 0; 216 last_flags = 0;
217 last_weight = -1;
218 last_weight_limit = 0; 218 last_weight_limit = 0;
219 last_path_attuned = 0; 219 last_path_attuned = 0;
220 last_path_repelled = 0; 220 last_path_repelled = 0;
221 last_path_denied = 0; 221 last_path_denied = 0;
222 last_speed = 0; 222 last_speed = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines