oops!
authornemo
Wed, 12 Aug 2009 15:04:16 +0000
changeset 2308 4c39fb2bea6e
parent 2307 b20830087ed1
child 2309 1c106b0d36da
oops!
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