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/scans.c | |
parent | 7837f2ddb80e14ae851f95d4a86d8246d1d8db4f (diff) | |
download | tdegames-1f0b774c59ea917f069fc5be95124afd89a8dd4c.tar.gz tdegames-1f0b774c59ea917f069fc5be95124afd89a8dd4c.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kpat/freecell-solver/scans.c')
-rw-r--r-- | kpat/freecell-solver/scans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpat/freecell-solver/scans.c b/kpat/freecell-solver/scans.c index a4368873..23279275 100644 --- a/kpat/freecell-solver/scans.c +++ b/kpat/freecell-solver/scans.c @@ -945,7 +945,7 @@ int freecell_solver_a_star_or_bfs_do_solve_or_resume( ); int scans_synergy = instance->scans_synergy; fcs_states_linked_list_item_t * bfs_queue = soft_thread->bfs_queue; - PTQUEUE * a_star_pqueue = soft_thread->a_star_pqueue; + PQUEUE * a_star_pqueue = soft_thread->a_star_pqueue; fcs_states_linked_list_item_t * bfs_queue_last_item = soft_thread->bfs_queue_last_item; derived.num_states = 0; |