ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.98 by root, Thu Dec 21 23:37:06 2006 UTC vs.
Revision 1.99 by root, Fri Dec 22 00:04:48 2006 UTC

1621 const_iv (KLASS_GLOBAL) 1621 const_iv (KLASS_GLOBAL)
1622 const_iv (KLASS_OBJECT) 1622 const_iv (KLASS_OBJECT)
1623 const_iv (KLASS_CLIENT) 1623 const_iv (KLASS_CLIENT)
1624 const_iv (KLASS_PLAYER) 1624 const_iv (KLASS_PLAYER)
1625 const_iv (KLASS_MAP) 1625 const_iv (KLASS_MAP)
1626
1627 const_iv (ST_DEAD)
1628 const_iv (ST_SETUP)
1629 const_iv (ST_PLAYING)
1630 const_iv (ST_CUSTOM)
1631
1632 const_iv (ST_PLAY_AGAIN)
1633 const_iv (ST_ROLL_STAT)
1634 const_iv (ST_CHANGE_CLASS)
1635 const_iv (ST_CONFIRM_QUIT)
1636 const_iv (ST_CONFIGURE)
1637 const_iv (ST_GET_NAME)
1638 const_iv (ST_GET_PASSWORD)
1639 const_iv (ST_CONFIRM_PASSWORD)
1640 const_iv (ST_GET_PARTY_PASSWORD)
1626 }; 1641 };
1627 1642
1628 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 1643 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
1629 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 1644 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
1630 1645

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines