X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FConstants.h;h=47c2304ca24494aafac760093f82d77bd71436d1;hb=65db961d42f06e061df7a16aa9fcbd6bbc6ecbf1;hp=1b1cd9bdaa8840d0ff34490c8e04dea488d745e7;hpb=322cd1bd2930c437f84f2fa14fa6f51a8ee0ec16;p=lugaru.git diff --git a/Source/Constants.h b/Source/Constants.h index 1b1cd9b..47c2304 100644 --- a/Source/Constants.h +++ b/Source/Constants.h @@ -44,16 +44,4 @@ static const char *editortypenames[] = { 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