hedgewars/uLand.pas
changeset 2308 4c39fb2bea6e
parent 2251 bf0b59d3536a
child 2338 8f6508c97f3f
--- 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