From: Darryl L. <py...@us...> - 2000-10-17 06:03:38
|
Update of /cvsroot/pythianproject/PythianProject/Source/GameEngine In directory slayer.i.sourceforge.net:/tmp/cvs-serv24975 Modified Files: Commands.pas Log Message: Didn't change anything Index: Commands.pas =================================================================== RCS file: /cvsroot/pythianproject/PythianProject/Source/GameEngine/Commands.pas,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** Commands.pas 2000/10/14 19:41:23 1.17 --- Commands.pas 2000/10/17 06:03:36 1.18 *************** *** 16,20 **** CommandType :integer; // what command is it? Data :Pointer; // points to attached data ! // TTL:integer; // Time to live: when -1, lives forever, until manually removed. // Equivalent to DeleteOnHandle := false. When 0, will be removed at the end of the game cycle --- 16,20 ---- CommandType :integer; // what command is it? Data :Pointer; // points to attached data ! TTL:integer; // Time to live: when -1, lives forever, until manually removed. // Equivalent to DeleteOnHandle := false. When 0, will be removed at the end of the game cycle |