- Timestamp:
- Dec 22, 2009, 2:07:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/worldentities/pawns/Pawn.cc
r6387 r6394 199 199 { 200 200 // play spawn effect 201 if ( this->spawnparticlesource_ != "")201 if (!this->spawnparticlesource_.empty()) 202 202 { 203 203 ParticleSpawner* effect = new ParticleSpawner(this->getCreator());
Note: See TracChangeset
for help on using the changeset viewer.