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

Comparing deliantra/server/server/player.C (file contents):
Revision 1.58 by root, Sat Dec 23 06:41:39 2006 UTC vs.
Revision 1.59 by root, Sat Dec 23 07:36:35 2006 UTC

242 esrv_send_inventory (ob, ob); 242 esrv_send_inventory (ob, ob);
243 esrv_add_spells (this, 0); 243 esrv_add_spells (this, 0);
244 244
245 enter_exit (ob, 0); 245 enter_exit (ob, 0);
246 246
247// send_rules (ob);//TODO 247 send_rules (ob);
248// send_news (ob);//TODO 248 send_news (ob);
249// display_motd (ob);//TODO 249 display_motd (ob);
250 INVOKE_PLAYER (LOGIN, this); 250 INVOKE_PLAYER (LOGIN, this);
251} 251}
252 252
253// the need for this function can be explained 253// the need for this function can be explained
254// by load_object not returning the object 254// by load_object not returning the object

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines