~ubuntu-branches/ubuntu/utopic/castle-game-engine/utopic

« back to all changes in this revision

Viewing changes to examples/fixed_camera_game/riftsound.pas

  • Committer: Package Import Robot
  • Author(s): Paul Gevers
  • Date: 2013-09-08 21:18:46 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130908211846-zzo3xbeb11fn1vil
Tags: 4.1.1-1
* New upstream release
  - Drop all patches, applied upstream
  - Add fp-units-net to Build-depends
* Add myself to uploaders
* Reorganize d/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
uses SysUtils, CastleFilesUtils;
38
38
 
39
39
initialization
40
 
  SoundEngine.SoundsFileName := ProgramDataPath + 'data' +
41
 
    PathDelim + 'sounds' + PathDelim + 'index.xml';
 
40
  SoundEngine.RepositoryURL := ApplicationData('sounds/index.xml');
42
41
 
43
42
  stIntroMusic    := SoundEngine.SoundFromName('intro_music');
44
43
  stMainMenuMusic := SoundEngine.SoundFromName('main_menu_music');