# HG changeset patch
# User nemo
# Date 1250089456 0
# Node ID 4c39fb2bea6e06766a50bdc34ed3d0906598ce9c
# Parent  b20830087ed174b14334a1421dac7e16ecf24be3
oops!

diff -r b20830087ed1 -r 4c39fb2bea6e hedgewars/uLand.pas
--- a/hedgewars/uLand.pas	Wed Aug 12 12:53:05 2009 +0000
+++ b/hedgewars/uLand.pas	Wed Aug 12 15:04:16 2009 +0000
@@ -744,7 +744,7 @@
 				Land[y, x]:= COLOR_INDESTRUCTIBLE;
 	// experiment hardcoding cave
 	// also try basing cave dimensions on map/template dimensions, if they exist
-	for w:= 0 to 5 do // width of 3 allowed worms to be knocked through with grenade
+	for w:= 0 to 5 do // width of 3 allowed hogs to be knocked through with grenade
 		begin
 		for y:= topY to LAND_HEIGHT - 1 do
 			begin