Skip to content

Commit

Permalink
added PCmd.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisPalacios committed Mar 6, 2024
1 parent 1a3a00c commit a67e408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libparchis/PCmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ void PCmd::run(int iNumGames)
// EXECUTE THE RULES
// Check the rules engine, which will determine the movable pawns,
// which ones can eat, etc.
dbg.print(2, "CHECKING THE RULES");
dbg.print(
2,
"| Checking the rules |");
g->execRules();


Expand Down

0 comments on commit a67e408

Please sign in to comment.