hedgewars/uConsts.pas
branchwebgl
changeset 9127 e350500c4edb
parent 8847 ff7fbab7cd56
parent 9080 9b42757d7e71
child 9521 8054d9d775fd
equal deleted inserted replaced
8860:bde641cf53c8 9127:e350500c4edb
     1 (*
     1 (*
     2  * Hedgewars, a free turn based strategy game
     2  * Hedgewars, a free turn based strategy game
     3  * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com>
     3  * Copyright (c) 2004-2013 Andrey Korotaev <unC0Rr@gmail.com>
     4  *
     4  *
     5  * This program is free software; you can redistribute it and/or modify
     5  * This program is free software; you can redistribute it and/or modify
     6  * it under the terms of the GNU General Public License as published by
     6  * it under the terms of the GNU General Public License as published by
     7  * the Free Software Foundation; version 2 of the License
     7  * the Free Software Foundation; version 2 of the License
     8  *
     8  *
   212     gstWait           = $00020000;
   212     gstWait           = $00020000;
   213     gstNotKickable    = $00040000;
   213     gstNotKickable    = $00040000;
   214     gstLoser          = $00080000;
   214     gstLoser          = $00080000;
   215     gstHHGone         = $00100000;
   215     gstHHGone         = $00100000;
   216     gstInvisible      = $00200000;
   216     gstInvisible      = $00200000;
       
   217     gstSubmersible    = $00400000;
       
   218     gstFrozen         = $00800000;
   217 
   219 
   218     // gear messages
   220     // gear messages
   219     gmLeft           = $00000001;
   221     gmLeft           = $00000001;
   220     gmRight          = $00000002;
   222     gmRight          = $00000002;
   221     gmUp             = $00000004;
   223     gmUp             = $00000004;