Changeset 1933 in orxonox.OLD for orxonox/branches/chris/core/environment.cc
- Timestamp:
- Jun 9, 2004, 7:28:00 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/core/environment.cc
r1917 r1933 42 42 for (int y = 1; y < 9; y++) 43 43 { 44 mountainTest[x][y] = (float)rand om() / 900000000;44 mountainTest[x][y] = (float)rand() / 900000000; 45 45 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.