Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1933 in orxonox.OLD for orxonox/branches/chris/core/environment.cc


Ignore:
Timestamp:
Jun 9, 2004, 7:28:00 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: This compiles under windows (at least on my system) !!does not compile under linux!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/core/environment.cc

    r1917 r1933  
    4242      for (int y = 1; y < 9; y++)
    4343        {
    44           mountainTest[x][y] = (float)random() / 900000000;
     44          mountainTest[x][y] = (float)rand() / 900000000;
    4545                                                 
    4646        }
Note: See TracChangeset for help on using the changeset viewer.