Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/helicopter.h

    r9235 r9869  
    1717class Helicopter : public Playable
    1818{
     19  ObjectListDeclaration(Helicopter);
    1920
    2021  public:
     
    7980
    8081    OrxSound::SoundSource  soundSource;
    81     OrxSound::SoundBuffer* chopperBuffer;
     82    OrxSound::SoundBuffer  chopperBuffer;
    8283
    8384};
Note: See TracChangeset for help on using the changeset viewer.