hedgewars/CCHandlers.inc
changeset 3968 b73bf885e127
parent 3943 9835060e5c01
child 3969 5f4ef3db0a65
--- a/hedgewars/CCHandlers.inc	Mon Oct 11 15:47:40 2010 -0400
+++ b/hedgewars/CCHandlers.inc	Mon Oct 11 16:23:36 2010 -0400
@@ -105,7 +105,7 @@
 if CurrentTeam = nil then OutError(errmsgIncorrectUse + ' "/rdriven"', true);
 CurrentTeam^.ExtDriven:= true
 end;
-
+(* conflicts with resurrection
 procedure chGrave(var s: shortstring);
 begin
 if CurrentTeam = nil then OutError(errmsgIncorrectUse + ' "/grave"', true);
@@ -113,6 +113,7 @@
 if s[byte(s[0])]='"' then Delete(s, byte(s[0]), 1);
 CurrentTeam^.GraveName:= s
 end;
+*)
 
 procedure chFort(var s: shortstring);
 begin