ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfperl/cfperl.xs
(Generate patch)

Comparing deliantra/server/plugins/cfperl/cfperl.xs (file contents):
Revision 1.29 by root, Mon Mar 6 23:31:54 2006 UTC vs.
Revision 1.30 by root, Tue Mar 7 13:44:43 2006 UTC

983 const_iv (WILL_APPLY_HANDLE) 983 const_iv (WILL_APPLY_HANDLE)
984 const_iv (WILL_APPLY_TREASURE) 984 const_iv (WILL_APPLY_TREASURE)
985 const_iv (WILL_APPLY_EARTHWALL) 985 const_iv (WILL_APPLY_EARTHWALL)
986 const_iv (WILL_APPLY_DOOR) 986 const_iv (WILL_APPLY_DOOR)
987 const_iv (WILL_APPLY_FOOD) 987 const_iv (WILL_APPLY_FOOD)
988
989 const_iv (SAVE_MODE)
990 const_iv (SAVE_DIR_MODE)
988 }; 991 };
989 992
990 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 993 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
991 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 994 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
992 995

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines