ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/spellist.h
(Generate patch)

Comparing deliantra/server/include/spellist.h (file contents):
Revision 1.3 by elmex, Wed Mar 15 15:35:51 2006 UTC vs.
Revision 1.4 by elmex, Sat Aug 19 17:19:07 2006 UTC

1/* 1/*
2 * static char *rcsid_spellist_h = 2 * static char *rcsid_spellist_h =
3 * "$Id: spellist.h,v 1.3 2006/03/15 15:35:51 elmex Exp $"; 3 * "$Id: spellist.h,v 1.4 2006/08/19 17:19:07 elmex Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
695{ 0, 0, 0, 4, 12}, /*frost nova*/ 695{ 0, 0, 0, 4, 12}, /*frost nova*/
696}; 696};
697 697
698#endif /* 0 */ 698#endif /* 0 */
699 699
700const char *spellpathnames[NRSPELLPATHS] = { 700const char* const spellpathnames[NRSPELLPATHS] = {
701 "Protection", 701 "Protection",
702 "Fire", 702 "Fire",
703 "Frost", 703 "Frost",
704 "Electricity", 704 "Electricity",
705 "Missiles", 705 "Missiles",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines