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.42 by root, Fri Dec 15 19:59:20 2006 UTC vs.
Revision 1.43 by root, Sat Dec 16 03:08:26 2006 UTC

2544 2544
2545 /* call this here - we also will call this in do_ericserver, but 2545 /* call this here - we also will call this in do_ericserver, but
2546 * the players time has been increased when doericserver has been 2546 * the players time has been increased when doericserver has been
2547 * called, so we recheck it here. 2547 * called, so we recheck it here.
2548 */ 2548 */
2549 HandleClient (op->contr->socket, op->contr); 2549 op->contr->socket->handle_command ();
2550 if (op->speed_left < 0) 2550 if (op->speed_left < 0)
2551 return 0; 2551 return 0;
2552 2552
2553 if (op->direction && (op->contr->run_on || op->contr->fire_on)) 2553 if (op->direction && (op->contr->run_on || op->contr->fire_on))
2554 { 2554 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines