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

Comparing deliantra/server/common/treasure.C (file contents):
Revision 1.38 by root, Fri Feb 16 19:43:41 2007 UTC vs.
Revision 1.39 by pippijn, Thu Mar 1 12:28:16 2007 UTC

1343 */ 1343 */
1344void 1344void
1345init_artifacts (void) 1345init_artifacts (void)
1346{ 1346{
1347 static int has_been_inited = 0; 1347 static int has_been_inited = 0;
1348 char filename[MAX_BUF], buf[HUGE_BUF], *cp, *next; 1348 char filename[MAX_BUF];
1349 artifact *art = NULL; 1349 artifact *art = NULL;
1350 int value;
1351 artifactlist *al; 1350 artifactlist *al;
1352 1351
1353 if (has_been_inited) 1352 if (has_been_inited)
1354 return; 1353 return;
1355 else 1354 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines