Update of /cvsroot/xconq/xconq/tcltk
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18084/tcltk
Modified Files:
Tag: BRANCH_MCAMPO_PATH
tkcmd.c
Log Message:
Add changelog (mcampo.README) for BRANCH_MCAMPO_PATH.
Add files necessary for A* pathfinder.
Modify kernel to accomodate pathfinder.
Change capture and hit-unit behavior.
Index: tkcmd.c
===================================================================
RCS file: /cvsroot/xconq/xconq/tcltk/tkcmd.c,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** tkcmd.c 12 Jun 2005 22:10:39 -0000 1.3
--- tkcmd.c 8 Apr 2007 19:34:01 -0000 1.3.2.1
***************
*** 1077,1081 ****
return;
}
! if (impl_move_to(side, unit, x, y, 0)) {
return;
} else {
--- 1077,1081 ----
return;
}
! if (impl_move_to(side, unit, NULL, x, y, 0)) {
return;
} else {
|