hedgewars/uConsts.pas
changeset 8987 47cf32305d99
parent 8838 aa2ffd427f6a
child 8992 5b0be812dcdb
equal deleted inserted replaced
8986:f7bb323a6934 8987:47cf32305d99
   210     gstWait           = $00020000;
   210     gstWait           = $00020000;
   211     gstNotKickable    = $00040000;
   211     gstNotKickable    = $00040000;
   212     gstLoser          = $00080000;
   212     gstLoser          = $00080000;
   213     gstHHGone         = $00100000;
   213     gstHHGone         = $00100000;
   214     gstInvisible      = $00200000;
   214     gstInvisible      = $00200000;
       
   215     gstNoDrown        = $00400000;
   215 
   216 
   216     // gear messages
   217     // gear messages
   217     gmLeft           = $00000001;
   218     gmLeft           = $00000001;
   218     gmRight          = $00000002;
   219     gmRight          = $00000002;
   219     gmUp             = $00000004;
   220     gmUp             = $00000004;