Changeset 3034 for code/trunk/src/orxonox/objects/worldentities/pawns
- Timestamp:
- May 23, 2009, 10:05:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/worldentities/pawns/Spectator.cc
r2896 r3034 112 112 void Spectator::changedFlareVisibility() 113 113 { 114 if ( this->greetingFlare_)114 if (this->greetingFlare_) 115 115 this->greetingFlare_->setVisible(this->bGreetingFlareVisible_); 116 116 }
Note: See TracChangeset
for help on using the changeset viewer.