- Timestamp:
- Jul 4, 2006, 12:37:49 AM (18 years ago)
- Location:
- branches/presentation/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/playable.cc
r9074 r9078 268 268 269 269 this->enter(); 270 this->setPlaymode(this->playmode);271 270 return true; 272 271 } -
branches/presentation/src/world_entities/space_ships/spacecraft_2d.cc
r9077 r9078 203 203 { 204 204 dynamic_cast<Element2D*>(this->getWeaponManager().getFixedTarget())->setVisibility( true); 205 this->setPlaymode(this->getPlaymode()); 205 206 } 206 207
Note: See TracChangeset
for help on using the changeset viewer.