hedgewars/uConsts.pas
changeset 267 bf7c1503f569
parent 263 36379e6abcdd
child 271 f2f9a3d5b441
--- a/hedgewars/uConsts.pas	Thu Nov 23 21:33:22 2006 +0000
+++ b/hedgewars/uConsts.pas	Thu Nov 23 21:51:47 2006 +0000
@@ -175,20 +175,20 @@
       PathPrefix: string = './';
       Pathz: array[TPathType] of string      = (
                                                '',                              // ptNone      
-                                               'Data',                          // ptData
-                                               'Data/Graphics',                 // ptGraphics
-                                               'Data/Themes',                   // ptThemes
-                                               'Data/Themes/avematan',          // ptCurrTheme
-                                               'Data/Teams',                    // ptTeams
-                                               'Data/Maps',                     // ptMaps
+                                               '',                              // ptData
+                                               'Graphics',                      // ptGraphics
+                                               'Themes',                        // ptThemes
+                                               'Themes/avematan',               // ptCurrTheme
+                                               'Teams',                         // ptTeams
+                                               'Maps',                          // ptMaps
                                                '',                              // ptMapCurrent
-                                               'Data/Demos',                    // ptDemos
-                                               'Data/Sounds',                   // ptSounds
-                                               'Data/Graphics/Graves',          // ptGraves
-                                               'Data/Fonts',                    // ptFonts
-                                               'Data/Forts',                    // ptForts
-                                               'Data/Locale',                   // ptLocale
-                                               'Data/Graphics/AmmoMenu'          // ptAmmoMenu
+                                               'Demos',                         // ptDemos
+                                               'Sounds',                        // ptSounds
+                                               'Graphics/Graves',               // ptGraves
+                                               'Fonts',                         // ptFonts
+                                               'Forts',                         // ptForts
+                                               'Locale',                        // ptLocale
+                                               'Graphics/AmmoMenu'              // ptAmmoMenu
                                                );
 
       StuffLoadData: array[TStuff] of record