From: Michael H. <mh...@us...> - 2000-10-14 19:40:35
|
Update of /cvsroot/pythianproject/PythianProject/Source/GameEngine In directory slayer.i.sourceforge.net:/tmp/cvs-serv19226 Modified Files: InEngState.pas Log Message: no message Index: InEngState.pas =================================================================== RCS file: /cvsroot/pythianproject/PythianProject/Source/GameEngine/InEngState.pas,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** InEngState.pas 2000/08/31 17:17:52 1.16 --- InEngState.pas 2000/10/14 19:40:30 1.17 *************** *** 282,286 **** if Assigned(Cmd) then if (Cmd^.CommandType = cmdType) and (Cmd^.Target = ActiveTarget) then ! Cmd^.TTL := 0; end; end; --- 282,286 ---- if Assigned(Cmd) then if (Cmd^.CommandType = cmdType) and (Cmd^.Target = ActiveTarget) then ! Commands.DeleteCommand(Cmd); end; end; |