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

Comparing deliantra/server/common/player.C (file contents):
Revision 1.18 by root, Tue Jan 9 21:32:41 2007 UTC vs.
Revision 1.19 by root, Wed Jan 10 01:32:49 2007 UTC

64 int wiz = ob->flag [FLAG_WIZ]; 64 int wiz = ob->flag [FLAG_WIZ];
65 65
66 /* Eneq(@csd.uu.se): If we have an open container hide it. */ 66 /* Eneq(@csd.uu.se): If we have an open container hide it. */
67 object *container = ob->container; 67 object *container = ob->container;
68 ob->container = 0; 68 ob->container = 0;
69
70 if (ob->map)
71 maplevel = ob->map->path;
69 72
70#define PL_OUT(k) freezer.put (KW_ ## k, k) 73#define PL_OUT(k) freezer.put (KW_ ## k, k)
71#define PL_OUT2(k,v) freezer.put (KW_ ## k, v) 74#define PL_OUT2(k,v) freezer.put (KW_ ## k, v)
72 75
73 PL_OUT (password); 76 PL_OUT (password);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines