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

Comparing deliantra/server/server/c_new.C (file contents):
Revision 1.9 by root, Tue Dec 26 08:54:59 2006 UTC vs.
Revision 1.10 by root, Wed Jan 3 20:32:13 2007 UTC

101 if (dir < 0 || dir >= 9) 101 if (dir < 0 || dir >= 9)
102 { 102 {
103 new_draw_info (NDI_UNIQUE, 0, op, "Can't run into a non adjacent square."); 103 new_draw_info (NDI_UNIQUE, 0, op, "Can't run into a non adjacent square.");
104 return 0; 104 return 0;
105 } 105 }
106
106 op->contr->run_on = 1; 107 op->contr->run_on = 1;
107 return move_player (op, dir); 108 return move_player (op, dir);
108} 109}
109 110
110int 111int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines