X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FConstants.h;h=8e9e4cdf61ddec1cfc70cc5af288969e96134fcd;hb=a9d508464233ffba2d745ac7296911302c2c8297;hp=1b1cd9bdaa8840d0ff34490c8e04dea488d745e7;hpb=322cd1bd2930c437f84f2fa14fa6f51a8ee0ec16;p=lugaru.git diff --git a/Source/Constants.h b/Source/Constants.h index 1b1cd9b..8e9e4cd 100644 --- a/Source/Constants.h +++ b/Source/Constants.h @@ -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