diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-11-05 08:46:09 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-11-05 08:46:09 +0000 |
commit | 3a079aafc4f98dc83ea36858bbca071342beb03d (patch) | |
tree | b0d969670174954b34acf5bf9c3310261b2972cf /mediaplugin/src | |
parent | 0b2c64f09561ee2eed5efde358c282a214e5ec55 (diff) | |
download | usdx-3a079aafc4f98dc83ea36858bbca071342beb03d.tar.gz usdx-3a079aafc4f98dc83ea36858bbca071342beb03d.tar.xz usdx-3a079aafc4f98dc83ea36858bbca071342beb03d.zip |
use folder game/plugins/media for media plugins
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2709 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'mediaplugin/src')
-rw-r--r-- | mediaplugin/src/base/UPathUtils.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediaplugin/src/base/UPathUtils.pas b/mediaplugin/src/base/UPathUtils.pas index beb1d64a..8d6e7c53 100644 --- a/mediaplugin/src/base/UPathUtils.pas +++ b/mediaplugin/src/base/UPathUtils.pas @@ -171,7 +171,7 @@ begin FindPath(SkinsPath, SharedPath.Append('themes'), false); FindPath(LanguagesPath, SharedPath.Append('languages'), false); FindPath(PluginPath, SharedPath.Append('plugins'), false); - FindPath(MediaPluginPath, SharedPath.Append('media'), false); + FindPath(MediaPluginPath, SharedPath.Append('plugins/media'), false); FindPath(VisualsPath, SharedPath.Append('visuals'), false); FindPath(FontPath, SharedPath.Append('fonts'), false); FindPath(ResourcesPath, SharedPath.Append('resources'), false); |