--- deliantra/server/common/utils.C 2007/07/10 07:31:20 1.62 +++ deliantra/server/common/utils.C 2007/08/10 11:02:44 1.64 @@ -38,6 +38,8 @@ #include +refcnt_base::refcnt_t refcnt_dummy; + rand_gen rndm; void @@ -220,7 +222,6 @@ /* when doing transmutation of objects, we have to recheck the resistances, * as some that did not apply previously, may apply now. */ - void transmute_materialname (object *op, const object *change) { @@ -419,7 +420,6 @@ * This function will also strip all trailing non alphanumeric characters. * It does not insert an oxford comma. */ - void make_list_like (char *input) { @@ -630,4 +630,12 @@ 0x2d02ef8dL }; +#if 0 +void xyzzy (object_ptr &a, object_ptr &o) +{ + asm volatile ("int3"); + a = o; + asm volatile ("int3"); +} +#endif