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

Comparing deliantra/server/server/main.C (file contents):
Revision 1.115 by root, Sat Sep 8 09:15:50 2007 UTC vs.
Revision 1.116 by root, Sun Sep 9 06:56:10 2007 UTC

518 for (;;) 518 for (;;)
519 cfperl_main (); 519 cfperl_main ();
520} 520}
521#endif 521#endif
522 522
523#if 0
524int xyzzy ()
525{
526 return rndm(8);
527}
528
529void xyzzy (object_ptr &a, object_ptr &o)
530{
531 asm volatile ("int3");
532 a = o;
533 asm volatile ("int3");
534}
535#endif
536

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines