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

Comparing deliantra/server/server/c_range.C (file contents):
Revision 1.25 by root, Sat May 12 16:06:42 2007 UTC vs.
Revision 1.26 by root, Sun May 13 15:13:57 2007 UTC

196 196
197 if (castnow) 197 if (castnow)
198 cast_spell (op, op, op->facing, spob, cp); 198 cast_spell (op, op, op->facing, spob, cp);
199 else 199 else
200 { 200 {
201 op->contr->ranged_ob = spob; 201 op->change_weapon (op->contr->ranged_ob = spob);
202 202
203 assign (op->contr->spellparam, cp ? cp : ""); 203 assign (op->contr->spellparam, cp ? cp : "");
204 new_draw_info_format (NDI_UNIQUE, 0, op, "You ready the spell %s", &spob->name); 204 new_draw_info_format (NDI_UNIQUE, 0, op, "You ready the spell %s", &spob->name);
205 } 205 }
206 206

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines