X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FConstants.h;h=580febca35b98fdcd6765c794109de093df64089;hb=92a6a5b3deaa3c03ab40851496b73bcdbba22fee;hp=98c74b3492783fe38750707a02b312c0481bf618;hpb=44146d06c780d3aaa283672fedb08b8870ebe1b9;p=lugaru.git diff --git a/Source/Constants.h b/Source/Constants.h index 98c74b3..580febc 100644 --- a/Source/Constants.h +++ b/Source/Constants.h @@ -92,7 +92,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define constraint 1 #define muscle 2 -#define head 0 +const int head = 0; // Do not conflict with 'head' var in zlib + #define neck 1 #define leftshoulder 2 #define leftelbow 3