1 error
#2

change this :
Код:
public Tempo()
{
      		new rand;
   			rand = random(1);
				SetWeather(rand);
     }
   }
  }
to this
Код:
public Tempo()
{
      		new rand;
   		rand = random(1);
		SetWeather(rand);
  }
Reply


Messages In This Thread
1 error - by 02manchestera - 05.03.2010, 11:08
Re: 1 error - by sushihusi - 05.03.2010, 11:10
Re: 1 error - by Oxside - 05.03.2010, 11:11
Re: 1 error - by aircombat - 05.03.2010, 11:52

Forum Jump:


Users browsing this thread: 1 Guest(s)