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

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.121 by root, Sun Sep 14 23:13:25 2008 UTC vs.
Revision 1.122 by root, Mon Sep 15 00:16:19 2008 UTC

590 590
591 tmp->below = 0; 591 tmp->below = 0;
592 tmp->env = this; 592 tmp->env = this;
593 op_inv = tmp; 593 op_inv = tmp;
594 } 594 }
595 else
596 LOG (llevError, "ERROR: couldn't load inventory object, file corrupted?\n");
597
595 continue; 598 continue;
596 599
597 case KW_other_arch: 600 case KW_other_arch:
598 if (loading_arch == this) 601 if (loading_arch == this)
599 archetype::postpone_arch_ref (loading_arch->other_arch, f.get_str ()); 602 archetype::postpone_arch_ref (loading_arch->other_arch, f.get_str ());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines