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

Comparing deliantra/server/common/utils.C (file contents):
Revision 1.62 by root, Tue Jul 10 07:31:20 2007 UTC vs.
Revision 1.63 by root, Mon Aug 6 10:54:11 2007 UTC

35#include <global.h> 35#include <global.h>
36#include <funcpoint.h> 36#include <funcpoint.h>
37#include <material.h> 37#include <material.h>
38 38
39#include <glib.h> 39#include <glib.h>
40
41refcnt_base::refcnt_t refcnt_dummy;
40 42
41rand_gen rndm; 43rand_gen rndm;
42 44
43void 45void
44tausworthe_random_generator::seed (uint32_t seed) 46tausworthe_random_generator::seed (uint32_t seed)
628 0xcdd70693UL, 0x54de5729UL, 0x23d967bfUL, 0xb3667a2eUL, 0xc4614ab8UL, 630 0xcdd70693UL, 0x54de5729UL, 0x23d967bfUL, 0xb3667a2eUL, 0xc4614ab8UL,
629 0x5d681b02UL, 0x2a6f2b94UL, 0xb40bbe37UL, 0xc30c8ea1UL, 0x5a05df1bUL, 631 0x5d681b02UL, 0x2a6f2b94UL, 0xb40bbe37UL, 0xc30c8ea1UL, 0x5a05df1bUL,
630 0x2d02ef8dL 632 0x2d02ef8dL
631}; 633};
632 634
635#if 0
636void xyzzy (object_ptr &a, object_ptr &o)
637{
638 asm volatile ("int3");
639 a = o;
640 asm volatile ("int3");
641}
642#endif
633 643

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines