Fixed spelling

This commit is contained in:
jsalmon3 2002-06-24 16:57:00 +00:00
parent ec960e2637
commit 03627aa489

View file

@ -42,10 +42,10 @@
----------------------------------------------------------------------------*/
enum _diplomacy_ {
DiplomacyAllied, /// Alley with opponent
DiplomacyAllied, /// Ally with opponent
DiplomacyNeutral, /// Don't attack be neutral
DiplomacyEnemy, /// Attack opponent
DiplomacyCrazy, /// Alley and attack opponent
DiplomacyCrazy, /// Ally and attack opponent
}; /// Diplomacy states for CommandDiplomacy
/*----------------------------------------------------------------------------