diff options
-rw-r--r-- | mediaplugin/game/plugins/media/readme.txt | 1 | ||||
-rw-r--r-- | mediaplugin/src/base/UPathUtils.pas | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mediaplugin/game/plugins/media/readme.txt b/mediaplugin/game/plugins/media/readme.txt new file mode 100644 index 00000000..f8e103dd --- /dev/null +++ b/mediaplugin/game/plugins/media/readme.txt @@ -0,0 +1 @@ +put media plugins here
\ No newline at end of file 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); |