Skip to content

Commit

Permalink
🔨 Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedSobhy01 committed May 16, 2024
1 parent 9116331 commit 789cc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ void Game::printUnitsFighting()
std::cout << " " << currentAction << " [" << currentFoughtUnits << "]" << std::endl;

// Nullify the pointers
currentAction = nullptr;
currentAttacker = nullptr;
}
}

Expand Down

0 comments on commit 789cc2e

Please sign in to comment.