]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Constants.h
Migrate some definitions from Constants.h
[lugaru.git] / Source / Constants.h
index 985e378279999380697da8b06f9b02638c739f7b..2858cdf7b7c01583eef0d6d238826d340807c022 100644 (file)
@@ -42,10 +42,6 @@ static const char *editortypenames[] = {
   "dead1", "dead2", "dead3", "dead4"
 };
 
-const int boneconnect = 0;
-const int constraint = 1;
-const int muscle = 2;
-
 const int head = 0; // DO NOT CONFLICT WITH ZLIB's variable head
 const int neck = 1;
 const int leftshoulder = 2;
@@ -67,10 +63,6 @@ const int rightknee = 17;
 const int rightankle = 18;
 const int rightfoot = 19;
 
-const int max_joints = 50;
-const int max_frames = 50;
-const int max_muscles = 100;
-
 const int max_dialogues = 20;
 const int max_dialoguelength = 20;