--- deliantra/server/common/loader.C 2006/09/04 17:34:50 1.7 +++ deliantra/server/common/loader.C 2006/09/07 09:37:12 1.8 @@ -1057,7 +1057,10 @@ * This function appears to be used in only 2 places - in crossedit to * override values and in c_wiz to mutate values. */ -int set_variable(object *op,char *buf) { +int +set_variable(object *op, char *buf) +{ + return 0; #if 0 int retval; object_thawer thawer (0); @@ -1124,6 +1127,8 @@ } /* This returns a string of the integer movement type */ +#if 0 +// unused function static char* get_string_move_type(MoveType mt) { static char retbuf[MAX_BUF], retbuf_all[MAX_BUF]; @@ -1161,7 +1166,8 @@ if (all_count <=1) return retbuf_all+1; else return retbuf+1; } - +#endif + // compare *op against *tmp and output differences void put (object_freezer &f, object *op, object *tmp)