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

Comparing deliantra/server/server/spell_effect.C (file contents):
Revision 1.60 by root, Sun Jun 24 01:09:28 2007 UTC vs.
Revision 1.61 by root, Sun Jun 24 16:11:51 2007 UTC

611 buf << "Your metabolism is focused on " << change_resist_msg[tmp->stats.exp] << ".\n"; 611 buf << "Your metabolism is focused on " << change_resist_msg[tmp->stats.exp] << ".\n";
612 612
613 break; 613 break;
614 } 614 }
615 } 615 }
616
617 buf << '\0'; // zero-terminate
616 618
617 new_draw_info (NDI_UNIQUE, 0, op, buf.linearise ()); 619 new_draw_info (NDI_UNIQUE, 0, op, buf.linearise ());
618 620
619 return 1; 621 return 1;
620} 622}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines