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

Comparing deliantra/server/common/button.C (file contents):
Revision 1.60 by root, Mon Oct 26 03:43:22 2009 UTC vs.
Revision 1.61 by root, Fri Nov 6 13:03:34 2009 UTC

424 new_info_map (NDI_BLACK, altar->map, altar->msg); 424 new_info_map (NDI_BLACK, altar->map, altar->msg);
425 425
426 return 1; 426 return 1;
427} 427}
428 428
429void 429static void
430trigger_move (object *op, int state, object *originator) /* 1 down and 0 up */ 430trigger_move (object *op, int state, object *originator) /* 1 down and 0 up */
431{ 431{
432 op->stats.wc = state; 432 op->stats.wc = state;
433 433
434 if (state) 434 if (state)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines