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

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.61 by root, Sat Feb 17 01:58:54 2007 UTC vs.
Revision 1.62 by root, Mon Feb 19 19:10:31 2007 UTC

1013int 1013int
1014set_variable (object *op, char *buf) 1014set_variable (object *op, char *buf)
1015{ 1015{
1016 object_thawer f (buf, (AV *)0); 1016 object_thawer f (buf, (AV *)0);
1017 1017
1018 f.kw = KW_arch; // special hack so that parse_kv skips
1018 return op->parse_kv (f); 1019 return op->parse_kv (f);
1019} 1020}
1020 1021
1021/* This returns a string of the integer movement type */ 1022/* This returns a string of the integer movement type */
1022#if 0 1023#if 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines