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.55 by root, Mon Oct 12 14:00:57 2009 UTC vs.
Revision 1.56 by root, Mon Oct 19 21:48:49 2009 UTC

64 INVOKE_PLAYER (SAVE, ob->contr); 64 INVOKE_PLAYER (SAVE, ob->contr);
65 65
66 int wiz = ob->flag [FLAG_WIZ]; 66 int wiz = ob->flag [FLAG_WIZ];
67 67
68 /* Eneq(@csd.uu.se): If we have an open container hide it. */ 68 /* Eneq(@csd.uu.se): If we have an open container hide it. */
69 object *container = ob->container; 69 object *container = ob->container_ ();
70 ob->container = 0; 70 ob->container = 0;
71 71
72 if (ob->map) 72 if (ob->map)
73 maplevel = ob->map->path; 73 maplevel = ob->map->path;
74 74

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines