Changeset 2037 in orxonox.OLD for orxonox/branches/burli/src/world.h
- Timestamp:
- Jun 28, 2004, 12:59:44 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/burli/src/world.h
r1956 r2037 15 15 #include "stdincl.h" 16 16 #include "data_tank.h" 17 18 const long GRIDWIDTH = 100; 19 const long GRIDLENGTH = 120; 17 20 18 21 class World { … … 71 74 72 75 private: 73 float surface[ 120][120];76 float surface[GRIDWIDTH][GRIDLENGTH]; 74 77 float step; 75 78
Note: See TracChangeset
for help on using the changeset viewer.