Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 7, 2009, 11:19:19 AM (15 years ago)
Author:
rgrieder
Message:

Renaming BaseSound::setSoundFile (and all its associates) to setSource to be compliant with classes like ParicleInterface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/orxonox/gamestates/GSMainMenu.cc

    r5896 r5899  
    6363            // Load sound
    6464            this->ambient_ = new AmbientSound(0);
    65             this->ambient_->setSoundFile("ambient/mainmenu.wav");
     65            this->ambient_->setSource("ambient/mainmenu.wav");
    6666        }
    6767    }
Note: See TracChangeset for help on using the changeset viewer.