Changeset 10219 for code/branches/presentationHS14/src/modules/dodgerace2
- Timestamp:
- Jan 31, 2015, 11:54:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS14/src/modules/dodgerace2/DodgeRace.cc
r10176 r10219 98 98 getPlayer()->speed = 830 - (point / 1000); 99 99 100 for(u int i=0; i < cubeList.size();i++)100 for(unsigned int i=0; i < cubeList.size();i++) 101 101 { 102 102 if(cubeList.at(i)->getPosition().x < currentPosition-3000) … … 169 169 orxout() << "start" << endl; 170 170 init(); 171 for(u int i=0; i< cubeList.size();i++)171 for(unsigned int i=0; i< cubeList.size();i++) 172 172 { 173 173 cubeList.at(i)->destroy();
Note: See TracChangeset
for help on using the changeset viewer.