Skip to content

Commit

Permalink
Changed maximum number of players back to 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
redleek committed Dec 7, 2014
1 parent 4e88c35 commit f422744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TacticalSpaceCheeseRacer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct Player
};

// Define constants we will want to use throughout the program.
const int MAX_PLAYERS = 5;
const int MAX_PLAYERS = 4;
const int MIN_PLAYERS = 2;
const int BOARD_UP_BOUND = 64;
const int BOARD_LWR_BOUND = 0;
Expand Down

0 comments on commit f422744

Please sign in to comment.