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.134 by root, Sat Oct 20 04:39:59 2007 UTC vs.
Revision 1.135 by root, Sat Oct 20 05:10:29 2007 UTC

1312 } 1312 }
1313 1313
1314 if (op->contr) 1314 if (op->contr)
1315 if (client *ns = op->contr->ns) 1315 if (client *ns = op->contr->ns)
1316 { 1316 {
1317 if (sign->sound)
1317 ns->play_sound (sign->sound); 1318 ns->play_sound (sign->sound);
1319 else if (autoapply)
1320 ns->play_sound (sound_find ("msg_say"));
1318 1321
1319 if (ns->can_msg) 1322 if (ns->can_msg)
1320 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));
1321 else 1324 else
1322 { 1325 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines