changeset 6898 | 344b0dbd9690 |
parent 6700 | e04da46ee43c |
child 6927 | ee000959d645 |
--- a/hedgewars/uLand.pas Fri Apr 20 23:03:20 2012 +0400 +++ b/hedgewars/uLand.pas Sat Apr 21 19:51:13 2012 +0400 @@ -737,8 +737,8 @@ procedure initModule; begin - RegisterVariable('landcheck', vtCommand, @chLandCheck, false); - RegisterVariable('sendlanddigest', vtCommand, @chSendLandDigest, false); + RegisterVariable('landcheck', @chLandCheck, false); + RegisterVariable('sendlanddigest', @chSendLandDigest, false); LandBackSurface:= nil; digest:= '';