]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Constants.h
Move dialogue stuff to Game.{cpp,h}
[lugaru.git] / Source / Constants.h
index 1b1cd9bdaa8840d0ff34490c8e04dea488d745e7..1d8906fe5ca669dee57220b798e58acb61852fc0 100644 (file)
@@ -42,18 +42,4 @@ static const char *editortypenames[] = {
   "dead1", "dead2", "dead3", "dead4"
 };
 
-const int max_dialogues = 20;
-const int max_dialoguelength = 20;
-
-const int max_model_vertex = 3000;             // maximum number of vertexs
-const int max_textured_triangle = 3000;                // maximum number of texture-filled triangles in a model
-
-const int normalmode = 0;
-const int motionblurmode = 1;
-const int radialzoommode = 2;
-const int realmotionblurmode = 3;
-const int doublevisionmode = 4;
-const int glowmode = 5;
-
-const int maxplayers = 10;
 #endif