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

Comparing deliantra/server/server/c_move.C (file contents):
Revision 1.8 by pippijn, Fri Mar 2 12:14:57 2007 UTC vs.
Revision 1.9 by root, Fri May 18 19:46:22 2007 UTC

1/* 1/*
2 * CrossFire, A Multiplayer game for X-windows 2 * CrossFire, A Multiplayer game
3 * 3 *
4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team 4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team
5 * Copyright (C) 2002 Mark Wedel & Crossfire Development Team 5 * Copyright (C) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (C) 1992 Frank Tore Johansen 6 * Copyright (C) 1992 Frank Tore Johansen
7 * 7 *
42 } 42 }
43 } 43 }
44 else if (params[0] == 'r' && !op->contr->run_on) 44 else if (params[0] == 'r' && !op->contr->run_on)
45 op->contr->run_on = 1; 45 op->contr->run_on = 1;
46 } 46 }
47
47 move_player (op, dir); 48 move_player (op, dir);
48 return 0; 49 return 0;
49} 50}
50 51
51int 52int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines