Date: Thursday May 10, 2001 @ 5:37
Author: quisar
Update of /home/netrek/cvsroot/Vanilla/tools
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv8235/tools
Modified Files:
xtkill.c
Log Message:
Here's the Changelog entry:
* docs/CUSTOMIZATION, docs/sample_sysdef.in, include/config.h.in,
include/data.h, include/sysdefaults.h, ntserv/data.c,
ntserv/interface.c: remove RESTRICT_BOMB and NO_UNWARRING_BOMBING
from config.h.in and put it in .sysdef.
* tools/xtkill.c: Correct 'S' option to do what it should (put
damages and etemp back to 0.
* Makefile.in: Correct a syntax error.
PS: gum has to be upgraded, but having not the right version of glade, I
send the patch to James Cameron so that he does the checkin.
****************************************
Index: Vanilla/tools/xtkill.c
diff -u Vanilla/tools/xtkill.c:1.7 Vanilla/tools/xtkill.c:1.8
--- Vanilla/tools/xtkill.c:1.7 Sun Feb 11 18:10:48 2001
+++ Vanilla/tools/xtkill.c Thu May 10 05:37:11 2001
@@ -169,7 +169,9 @@
players[player].p_ship.s_maxshield = 750;
players[player].p_shield = 750;
players[player].p_ship.s_maxdamage = 750;
+ players[player].p_damage = 0;
players[player].p_ship.s_maxegntemp = 5000;
+ players[player].p_etemp = 0;
break;
case 'D': /* demote, but not beyond ensign */
if(players[player].p_stats.st_rank == 0)