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.114 by root, Sat Apr 23 04:56:57 2011 UTC vs.
Revision 1.115 by root, Tue May 3 17:12:15 2011 UTC

1484 1484
1485 case LAMP: 1485 case LAMP:
1486 case TORCH: 1486 case TORCH:
1487 move_lamp (op); 1487 move_lamp (op);
1488 break; 1488 break;
1489 }
1490}
1491 1489
1490 case PHYSICS: // hmm, bad naming
1491 move_physics (op);
1492 break;
1493 }
1494}
1495

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines