Go into the properties of the terrain in WED and check "polygon" flag or write a simple script and apply it to the terrain like this

action poly_on
{
my.polygon = on;
}

..and then run your level again to check results...