- Timestamp:
- Nov 12, 2014, 4:11:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/surfaceraceHS14/src/modules/dodgerace2/DodgeRace.cc
r10118 r10124 67 67 { 68 68 level++; 69 /*if (getPlayer() != NULL)69 if (getPlayer() != NULL) 70 70 { 71 71 for (int i = 0; i < 7; i++) … … 76 76 chunk->setScale(20); 77 77 } 78 } */78 } 79 79 addPoints(multiplier * 42); 80 80 multiplier *= 2; … … 119 119 } 120 120 } 121 121 */ 122 122 void DodgeRace::costLife() 123 123 { … … 128 128 // enemySpawnTimer.setTimer(30.0f, false, createExecutor(createFunctor(&DodgeRace::end, this))); 129 129 }; 130 */ 130 131 131 void DodgeRace::comboControll() 132 132 { … … 145 145 this->bForceSpawn_ = true; 146 146 147 /*if (this->center_ == NULL) // abandon mission!147 if (this->center_ == NULL) // abandon mission! 148 148 { 149 149 orxout(internal_error) << "DodgeRace: No Centerpoint specified." << endl; 150 150 GSLevel::startMainMenu(); 151 151 return; 152 } */152 } 153 153 // Call start for the parent class. 154 154 Deathmatch::start(); … … 162 162 } 163 163 } 164 /* 164 165 165 void DodgeRace::end() 166 166 { … … 170 170 // Instead startMainMenu, this won't crash. 171 171 GSLevel::startMainMenu(); 172 } */172 } 173 173 }
Note: See TracChangeset
for help on using the changeset viewer.