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.135 by root, Sat Oct 20 05:10:29 2007 UTC vs.
Revision 1.136 by root, Sat Oct 20 05:13:31 2007 UTC

1315 if (client *ns = op->contr->ns) 1315 if (client *ns = op->contr->ns)
1316 { 1316 {
1317 if (sign->sound) 1317 if (sign->sound)
1318 ns->play_sound (sign->sound); 1318 ns->play_sound (sign->sound);
1319 else if (autoapply) 1319 else if (autoapply)
1320 ns->play_sound (sound_find ("msg_say")); 1320 ns->play_sound (sound_find ("msg_voice"));
1321 1321
1322 if (ns->can_msg) 1322 if (ns->can_msg)
1323 op->contr->infobox (MSG_CHANNEL ("examine"), format ("T<%s>\n\n\n\n%s", &sign->name, &sign->msg)); 1323 op->contr->infobox (MSG_CHANNEL ("examine"), format ("T<%s>\n\n\n\n%s", &sign->name, &sign->msg));
1324 else 1324 else
1325 { 1325 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines