Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2006, 4:06:56 PM (18 years ago)
Author:
bensch
Message:

health

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/power_ups/power_up.cc

    r7066 r7077  
    144144    {
    145145      this->toList(OM_COMMON);
    146       this->soundSource.play(this->respawnBuffer);
     146      if (likely(this->respawnBuffer != NULL))
     147        this->soundSource.play(this->respawnBuffer);
    147148
    148149    }
Note: See TracChangeset for help on using the changeset viewer.