diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 00:18:24 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 00:18:24 -0500 |
commit | 1f0b774c59ea917f069fc5be95124afd89a8dd4c (patch) | |
tree | 73397bbe8e3f696c1ec3e120bcb72485ec97accd /kpat/freecell-solver/fcs.h | |
parent | 7837f2ddb80e14ae851f95d4a86d8246d1d8db4f (diff) | |
download | tdegames-1f0b774c59ea917f069fc5be95124afd89a8dd4c.tar.gz tdegames-1f0b774c59ea917f069fc5be95124afd89a8dd4c.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kpat/freecell-solver/fcs.h')
-rw-r--r-- | kpat/freecell-solver/fcs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/freecell-solver/fcs.h b/kpat/freecell-solver/fcs.h index 63db42a6..47b4b89d 100644 --- a/kpat/freecell-solver/fcs.h +++ b/kpat/freecell-solver/fcs.h @@ -582,7 +582,7 @@ struct freecell_solver_soft_thread_struct /* * The priority queue of the A* scan */ - PTQUEUE * a_star_pqueue; + PQUEUE * a_star_pqueue; double a_star_initial_cards_under_sequences; /* |