<P>
<P>			case 'Landscape': //ie snow
<P>
<P>//				if (bWalkingOnSnow)				    
<P>//				{
<P>					SpawnFootprint();
<P>
<P>					//I wish there were some way to import sounds into an array so I
<P>					//could do this as an iteration :(
<P>					if (rnd %LT% 0.1)
<P>						stepSound = Sound'snowstep1';
<P>					else if (rnd %LT% 0.2)
<P>						stepSound = Sound'snowstep2';
<P>					else if (rnd %LT% 0.3)
<P>						stepSound = Sound'snowstep3';
<P>					else if (rnd %LT% 0.4)
<P>						stepSound = Sound'snowstep4';
<P>					else if (rnd %LT% 0.5)
<P>						stepSound = Sound'snowstep5';
<P>					else if (rnd %LT% 0.6)
