hedgewars/uConsts.pas
changeset 10603 bda5c7caf396
parent 10506 325f7bb60580
child 10619 ee460883729e
equal deleted inserted replaced
10602:1ec0268f28af 10603:bda5c7caf396
   316 
   316 
   317     kSystemSoundID_Vibrate = $00000FFF;
   317     kSystemSoundID_Vibrate = $00000FFF;
   318 
   318 
   319     cMinPlayWidth = 200;
   319     cMinPlayWidth = 200;
   320 
   320 
   321     // MapGen
       
   322     mgRandom = 0;
       
   323     mgMaze   = 1;
       
   324     mgPerlin = 2;
       
   325     mgDrawn  = 3;
       
   326 
       
   327 implementation
   321 implementation
   328 
   322 
   329 end.
   323 end.