]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Constants.h
Migrate some more definitions from Constants.h
[lugaru.git] / Source / Constants.h
index 1b1cd9bdaa8840d0ff34490c8e04dea488d745e7..8e9e4cdf61ddec1cfc70cc5af288969e96134fcd 100644 (file)
@@ -48,12 +48,5 @@ 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