ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Deliantra.pm
(Generate patch)

Comparing deliantra/Deliantra/Deliantra.pm (file contents):
Revision 1.21 by root, Thu Feb 23 01:55:29 2006 UTC vs.
Revision 1.22 by root, Thu Feb 23 01:55:54 2006 UTC

270sub init($) { 270sub init($) {
271 my ($cachedir) = @_; 271 my ($cachedir) = @_;
272 272
273 return if %ARCH; 273 return if %ARCH;
274 274
275 mkdir 0777, $cachedir;
275 *ARCH = read_arch "$LIB/archetypes", "$cachedir/archetypes.pst"; 276 *ARCH = read_arch "$LIB/archetypes", "$cachedir/archetypes.pst";
276} 277}
277 278
278=item $type = arch_attr $arch 279=item $type = arch_attr $arch
279 280

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines