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

Comparing deliantra/server/common/arch.C (file contents):
Revision 1.12 by root, Mon Sep 4 17:16:19 2006 UTC vs.
Revision 1.13 by pippijn, Thu Sep 7 09:37:11 2006 UTC

1/* 1/*
2 * static char *rcsid_arch_c = 2 * static char *rcsid_arch_c =
3 * "$Id: arch.C,v 1.12 2006/09/04 17:16:19 root Exp $"; 3 * "$Id: arch.C,v 1.13 2006/09/07 09:37:11 pippijn Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
608void 608void
609load_archetypes (void) 609load_archetypes (void)
610{ 610{
611 char 611 char
612 filename[MAX_BUF]; 612 filename[MAX_BUF];
613 int
614 comp;
615#if TIME_ARCH_LOAD 613#if TIME_ARCH_LOAD
616 struct timeval 614 struct timeval
617 tv1, 615 tv1,
618 tv2; 616 tv2;
619#endif 617#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines