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

Comparing deliantra/server/server/move.C (file contents):
Revision 1.30 by root, Sun Dec 28 15:28:47 2008 UTC vs.
Revision 1.31 by root, Wed Sep 2 22:52:36 2009 UTC

253 if (!roll_ob (op, dir, pusher)) 253 if (!roll_ob (op, dir, pusher))
254 { 254 {
255 new_draw_info_format (NDI_UNIQUE, 0, pusher, "You fail to push the %s.", query_name (op)); 255 new_draw_info_format (NDI_UNIQUE, 0, pusher, "You fail to push the %s.", query_name (op));
256 return; 256 return;
257 } 257 }
258
258 (void) move_ob (pusher, dir, pusher); 259 move_ob (pusher, dir, pusher);
259 new_draw_info_format (NDI_BLACK, 0, pusher, "You move the %s.", query_name (op)); 260 new_draw_info_format (NDI_BLACK, 0, pusher, "You move the %s.", query_name (op));
260 return; 261 return;
261} 262}
262 263
263/* 264/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines