Changeset 11021
- Timestamp:
- Jan 2, 2016, 9:24:40 PM (9 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/soundEffects (added) merged: 9382,9437
- Property svn:mergeinfo changed
-
code/trunk/src/modules/portals/PortalEndPoint.cc
r11020 r11021 70 70 PortalEndPoint::~PortalEndPoint() 71 71 { 72 if(this->isInitialized() && this->trigger_ != NULL) 73 this->trigger_->destroy(); 72 if (this->isInitialized()) { 73 if (this->trigger_ != NULL) 74 this->trigger_->destroy(); 75 76 if (this->portalSound_ != NULL) 77 this->portalSound_->destroy(); 78 } 74 79 } 75 80
Note: See TracChangeset
for help on using the changeset viewer.