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

Comparing deliantra/server/server/login.C (file contents):
Revision 1.19 by root, Fri Sep 15 00:55:08 2006 UTC vs.
Revision 1.20 by root, Mon Dec 11 02:41:26 2006 UTC

714 * are features new characters get, eg, if someone starts up with a Q, they 714 * are features new characters get, eg, if someone starts up with a Q, they
715 * should be able to use a shield. However, old Q's won't get that advantage. 715 * should be able to use a shield. However, old Q's won't get that advantage.
716 */ 716 */
717 if (QUERY_FLAG (op, FLAG_USE_ARMOUR)) 717 if (QUERY_FLAG (op, FLAG_USE_ARMOUR))
718 SET_FLAG (op, FLAG_USE_SHIELD); 718 SET_FLAG (op, FLAG_USE_SHIELD);
719
719 return; 720 return;
720} 721}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines