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.19 by root, Thu Sep 21 00:05:24 2006 UTC vs.
Revision 1.20 by root, Tue Nov 7 14:58:35 2006 UTC

1081 * override values and in c_wiz to mutate values. 1081 * override values and in c_wiz to mutate values.
1082 */ 1082 */
1083int 1083int
1084set_variable (object *op, char *buf) 1084set_variable (object *op, char *buf)
1085{ 1085{
1086 return 0;
1087#if 0
1088 int retval;
1089 object_thawer thawer (0); 1086 object_thawer thawer (buf, (AV *)0);
1090 1087
1091 strcpy (msgbuf, "");
1092 strcpy (lorebuf, "");
1093 retval = parse_object (op, thawer, 0); 1088 return parse_object (op, thawer, 0);
1094 yy_switch_to_buffer (yycurbuf);
1095 yy_delete_buffer (yybufstate);
1096 yy_pop_state ();
1097 return retval;
1098#endif
1099} 1089}
1100 1090
1101/* 1091/*
1102 * Initialises the array of variable-names. Needed before any 1092 * Initialises the array of variable-names. Needed before any
1103 * objects can be loaded. Called by init_library(). 1093 * objects can be loaded. Called by init_library().

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines