summaryrefslogtreecommitdiff
path: root/noncore/games/backgammon/moveengine.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/backgammon/moveengine.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/backgammon/moveengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/games/backgammon/moveengine.cpp b/noncore/games/backgammon/moveengine.cpp
index a4145cc..b102258 100644
--- a/noncore/games/backgammon/moveengine.cpp
+++ b/noncore/games/backgammon/moveengine.cpp
@@ -55,2 +55,3 @@ void MoveEngine::position(Pieces& pieces,bool non_qte)
{
+ if (a < 26)
pieces.player1[player1_counter].x=x_coord[a]-offset;
@@ -98,2 +99,3 @@ void MoveEngine::position(Pieces& pieces,bool non_qte)
{
+ if (a < 26)
pieces.player2[player2_counter].x=x_coord[a]-offset;