From: Michael H. <mh...@us...> - 2000-10-17 18:23:10
|
Update of /cvsroot/pythianproject/PythianProject/Source/Units In directory slayer.i.sourceforge.net:/tmp/cvs-serv25629/Units Modified Files: BaseAIs.pas NetDataExch.pas Log Message: stuff Index: BaseAIs.pas =================================================================== RCS file: /cvsroot/pythianproject/PythianProject/Source/Units/BaseAIs.pas,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** BaseAIs.pas 2000/09/20 18:07:08 1.12 --- BaseAIs.pas 2000/10/17 18:23:07 1.13 *************** *** 95,99 **** C.Target := Character; C.CommandType := cmdType; ! C.TTL := 1; MakeAICommand := C; end; --- 95,99 ---- C.Target := Character; C.CommandType := cmdType; ! //@@C.TTL := 1; MakeAICommand := C; end; Index: NetDataExch.pas =================================================================== RCS file: /cvsroot/pythianproject/PythianProject/Source/Units/NetDataExch.pas,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** NetDataExch.pas 2000/10/17 06:04:40 1.5 --- NetDataExch.pas 2000/10/17 18:23:07 1.6 *************** *** 34,40 **** interface uses Windows, Classes, Points, IdTCPConnection, IdUDPBase, IdComponent, IdGlobal, ! PythColl, IdException; const --- 34,42 ---- interface + + // kamil - IdException doesn't seem to be in the repository. mike uses Windows, Classes, Points, IdTCPConnection, IdUDPBase, IdComponent, IdGlobal, ! PythColl{, IdException}; const |