Changeset 12329 for code/branches/OrxoBlox_FS19/src/modules
- Timestamp:
- May 2, 2019, 1:38:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc
r12328 r12329 165 165 166 166 // Set variable to temporarily force the player to spawn. 167 bool temp = this->bForceSpawn_; 168 this->bForceSpawn_ = true; 167 this->bForceSpawn_ = false; 169 168 170 169 // Call start for the parent class. 171 170 Deathmatch::start(); 172 171 173 // Reset the variable.174 this->bForceSpawn_ = temp;175 172 } 176 173
Note: See TracChangeset
for help on using the changeset viewer.