hedgewars/uConsts.pas
changeset 3310 e6e9b811d32f
parent 3287 4f7b57ed18b6
child 3314 bab4a078263f
equal deleted inserted replaced
3309:a68632232d1a 3310:e6e9b811d32f
   343     gstHHDeath        = $00008000;
   343     gstHHDeath        = $00008000;
   344     gstWinner         = $00010000;  // this, along with gstLoser, is good for indicating hedgies know they screwed up
   344     gstWinner         = $00010000;  // this, along with gstLoser, is good for indicating hedgies know they screwed up
   345     gstWait           = $00020000;
   345     gstWait           = $00020000;
   346     gstNotKickable    = $00040000;
   346     gstNotKickable    = $00040000;
   347     gstLoser          = $00080000;
   347     gstLoser          = $00080000;
       
   348     gstHHGone         = $00100000;
   348 
   349 
   349     gm_Left   = $00000001;
   350     gm_Left   = $00000001;
   350     gm_Right  = $00000002;
   351     gm_Right  = $00000002;
   351     gm_Up     = $00000004;
   352     gm_Up     = $00000004;
   352     gm_Down   = $00000008;
   353     gm_Down   = $00000008;