ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf/match.pm
(Generate patch)

Comparing deliantra/server/lib/cf/match.pm (file contents):
Revision 1.24 by root, Tue Nov 3 23:44:21 2009 UTC vs.
Revision 1.25 by root, Sat Mar 20 20:26:18 2010 UTC

475 die "number, string or uppercase constant name expected\n"; 475 die "number, string or uppercase constant name expected\n";
476 } 476 }
477 477
478 our $flag = $cf::REFLECT{object}{flags}; 478 our $flag = $cf::REFLECT{object}{flags};
479 our $sattr = $cf::REFLECT{object}{scalars}; 479 our $sattr = $cf::REFLECT{object}{scalars};
480 # quick hack to support archname, untested
481 $sattr->{archname} = "W";
480 our $aattr = $cf::REFLECT{object}{arrays}; 482 our $aattr = $cf::REFLECT{object}{arrays};
481 our $lattr = $cf::REFLECT{living}{scalars}; 483 our $lattr = $cf::REFLECT{living}{scalars};
482 484
483 sub expr { 485 sub expr {
484 # ws done by factor 486 # ws done by factor

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines