We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61909b8 commit c0fba2dCopy full SHA for c0fba2d
environment/main.cpp
@@ -144,7 +144,7 @@ Networking promptNetworking() {
144
bool done = false;
145
for(int np = 0; !done; np++) {
146
//If less than 2, bypass this step: Ask if the user like to add another AI
147
- if (np >= 2) {
+ if (np >= 1) {
148
std::cout << "Would you like to add another player? Please enter Yes or No: ";
149
while (true) {
150
std::getline(std::cin, in);
0 commit comments