aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UPliki.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/UPliki.pas')
-rw-r--r--Game/Code/Classes/UPliki.pas7
1 files changed, 3 insertions, 4 deletions
diff --git a/Game/Code/Classes/UPliki.pas b/Game/Code/Classes/UPliki.pas
index f4e8ff97..81fdf5bf 100644
--- a/Game/Code/Classes/UPliki.pas
+++ b/Game/Code/Classes/UPliki.pas
@@ -37,6 +37,7 @@ var
MultBPM: integer;
implementation
+
uses TextGL, UIni, UMain, math;
procedure InitializePaths;
@@ -49,12 +50,10 @@ begin
ScreenshotsPath := GamePath + 'Screenshots\';
CoversPath := GamePath + 'Covers\';
LanguagesPath := GamePath + 'Languages\';
- //Modi Loader
- PluginPath := GamePath + 'Plugins\';
+ //Modi Loader
+ PluginPath := GamePath + 'Plugins\';
PlaylistPath := GamePath + 'Playlists\';
-
- DecimalSeparator := ',';
end;
function ReadHeader(var Song: TSong): boolean;