# HG changeset patch # User nemo # Date 1286828616 14400 # Node ID b73bf885e127dbaebf6ae604df35c0562da43676 # Parent 5b9bc77acd045aa85060c720383a13cdcc6c0f23 Disable newgrave - conflicts with resurrection diff -r 5b9bc77acd04 -r b73bf885e127 hedgewars/CCHandlers.inc --- 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 diff -r 5b9bc77acd04 -r b73bf885e127 hedgewars/uConsole.pas --- a/hedgewars/uConsole.pas Mon Oct 11 15:47:40 2010 -0400 +++ b/hedgewars/uConsole.pas Mon Oct 11 16:23:36 2010 -0400 @@ -245,7 +245,7 @@ RegisterVariable('minestime',vtLongInt, @cMinesTime , false); RegisterVariable('fort' , vtCommand, @chFort , false); RegisterVariable('voicepack',vtCommand, @chVoicepack , false); - RegisterVariable('grave' , vtCommand, @chGrave , false); + //RegisterVariable('grave' , vtCommand, @chGrave , false); RegisterVariable('bind' , vtCommand, @chBind , true ); RegisterVariable('addhh' , vtCommand, @chAddHH , false); RegisterVariable('hat' , vtCommand, @chSetHat , false);