Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1955 in orxonox.OLD for orxonox/branches/automake/src/environment.cc


Ignore:
Timestamp:
Jun 15, 2004, 9:48:51 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/automake: now it should compile on windows. random→rand, glut→glut32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/automake/src/environment.cc

    r1942 r1955  
    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.