[load] loading testing: added simple test for starting game by two players

This commit is contained in:
magenoxx 2012-04-30 18:56:36 +04:00
parent 0675becbf5
commit 537c326789
10 changed files with 294 additions and 14 deletions

View file

@ -401,7 +401,7 @@ public final class Constants {
}
public enum MultiplayerAttackOption {
MULITPLE("Attack Multiple Players"),
MULTIPLE("Attack Multiple Players"),
LEFT("Attack Left"),
RIGHT("Attack Right");