--- deliantra/server/common/utils.C 2007/07/10 05:51:37 1.61 +++ deliantra/server/common/utils.C 2007/08/06 10:54:11 1.63 @@ -38,6 +38,8 @@ #include +refcnt_base::refcnt_t refcnt_dummy; + rand_gen rndm; void @@ -214,7 +216,7 @@ if (name == mt->name) return mt; - return materialt; + return 0; } /* when doing transmutation of objects, we have to recheck the resistances, @@ -630,4 +632,12 @@ 0x2d02ef8dL }; +#if 0 +void xyzzy (object_ptr &a, object_ptr &o) +{ + asm volatile ("int3"); + a = o; + asm volatile ("int3"); +} +#endif