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

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.173 by root, Mon Mar 5 19:54:49 2007 UTC vs.
Revision 1.174 by root, Tue Mar 6 03:06:00 2007 UTC

1586{ 1586{
1587 // reattach to all attachable objects in the game. 1587 // reattach to all attachable objects in the game.
1588 for_all_clients (ns) 1588 for_all_clients (ns)
1589 ns->reattach (); 1589 ns->reattach ();
1590 1590
1591 for_all_players (pl)
1592 pl->reattach ();
1593
1594 //TODO
1595 //for (map_container::iterator i = maps.begin (); i != maps.end (); ++i)
1596 // i->second->reattach ();
1597
1598 for_all_objects (op) 1591 for_all_objects (op)
1599 op->reattach (); 1592 op->reattach ();
1600} 1593}
1601 1594
1602NV floor (NV x) 1595NV floor (NV x)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines