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

Comparing deliantra/server/server/time.C (file contents):
Revision 1.20 by root, Wed Dec 20 09:14:22 2006 UTC vs.
Revision 1.21 by elmex, Wed Dec 20 11:20:50 2006 UTC

1486 case THROWN_OBJ: 1486 case THROWN_OBJ:
1487 case ARROW: 1487 case ARROW:
1488 move_arrow (op); 1488 move_arrow (op);
1489 return 0; 1489 return 0;
1490 1490
1491 case LIGHTNING: /* It now moves twice as fast */
1492 move_bolt (op);
1493 return 0;
1494
1495 case DOOR: 1491 case DOOR:
1496 remove_door (op); 1492 remove_door (op);
1497 return 0; 1493 return 0;
1498 1494
1499 case LOCKED_DOOR: 1495 case LOCKED_DOOR:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines