hedgewars/uConsts.pas
changeset 9026 f6074540bab2
parent 8992 5b0be812dcdb
child 9080 9b42757d7e71
equal deleted inserted replaced
9025:95d59fad8699 9026:f6074540bab2
   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     gstSubmersible        = $00400000;
   215     gstSubmersible    = $00400000;
       
   216     gstFrozen         = $00800000;
   216 
   217 
   217     // gear messages
   218     // gear messages
   218     gmLeft           = $00000001;
   219     gmLeft           = $00000001;
   219     gmRight          = $00000002;
   220     gmRight          = $00000002;
   220     gmUp             = $00000004;
   221     gmUp             = $00000004;