hedgewars/uConsts.pas
changeset 6609 5861b2cc991f
parent 6224 42b256eca362
child 6622 01889d5bc79b
equal deleted inserted replaced
6608:9305a12f66bf 6609:5861b2cc991f
   287     htTeamName    = $01;
   287     htTeamName    = $01;
   288     htName        = $02;
   288     htName        = $02;
   289     htHealth      = $04;
   289     htHealth      = $04;
   290     htTransparent = $08;
   290     htTransparent = $08;
   291 
   291 
   292 
   292     AMSlotSize = 33;
   293 
   293 
   294 implementation
   294 implementation
   295 
   295 
   296 end.
   296 end.