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

Comparing deliantra/server/server/apply.C (file contents):
Revision 1.130 by root, Sun Sep 2 04:57:15 2007 UTC vs.
Revision 1.131 by root, Sat Sep 8 09:15:49 2007 UTC

1523 * players output. 1523 * players output.
1524 */ 1524 */
1525 if (trap->msg && strncmp (EXIT_PATH (trap), "/!", 2)) 1525 if (trap->msg && strncmp (EXIT_PATH (trap), "/!", 2))
1526 victim->statusmsg (trap->msg, NDI_NAVY); 1526 victim->statusmsg (trap->msg, NDI_NAVY);
1527 1527
1528 trap->play_sound (trap->sound);
1528 victim->enter_exit (trap); 1529 victim->enter_exit (trap);
1529 } 1530 }
1530 goto leave; 1531 goto leave;
1531 1532
1532 case ENCOUNTER: 1533 case ENCOUNTER:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines