hedgewars/uVariables.pas
changeset 7629 d624030abf24
parent 7628 bc7b1d228a2c
child 7660 8398faa1e628
equal deleted inserted replaced
7628:bc7b1d228a2c 7629:d624030abf24
   225     cPathz: array[TPathType] of shortstring = (
   225     cPathz: array[TPathType] of shortstring = (
   226         '',                              // ptNone
   226         '',                              // ptNone
   227         '',                              // ptData
   227         '',                              // ptData
   228         'Graphics',                      // ptGraphics
   228         'Graphics',                      // ptGraphics
   229         'Themes',                        // ptThemes
   229         'Themes',                        // ptThemes
   230         'Themes/avematan',               // ptCurrTheme
   230         'Themes/Bamboo',                 // ptCurrTheme
   231         'Teams',                         // ptTeams
   231         'Teams',                         // ptTeams
   232         'Maps',                          // ptMaps
   232         'Maps',                          // ptMaps
   233         '',                              // ptMapCurrent
   233         '',                              // ptMapCurrent
   234         'Demos',                         // ptDemos
   234         'Demos',                         // ptDemos
   235         'Sounds',                        // ptSounds
   235         'Sounds',                        // ptSounds
  2643     SDWaterOpacity:= $80;
  2643     SDWaterOpacity:= $80;
  2644 
  2644 
  2645     LuaGoals:= '';
  2645     LuaGoals:= '';
  2646 
  2646 
  2647     LuaTemplateNumber:= 0;
  2647     LuaTemplateNumber:= 0;
       
  2648     hiddenHedgehogsNumber:=0;
  2648 end;
  2649 end;
  2649 
  2650 
  2650 procedure freeModule;
  2651 procedure freeModule;
  2651 begin
  2652 begin
  2652     // re-init flags so they will always contain safe values
  2653     // re-init flags so they will always contain safe values