Fixed spelling
This commit is contained in:
parent
ec960e2637
commit
03627aa489
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue