X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FConstants.h;h=1b851559f942a9b4db19452a09811c7235aba7f8;hb=b894601a50f6294d7cc4b6678fc6408f126eea5e;hp=1b1cd9bdaa8840d0ff34490c8e04dea488d745e7;hpb=322cd1bd2930c437f84f2fa14fa6f51a8ee0ec16;p=lugaru.git diff --git a/Source/Constants.h b/Source/Constants.h index 1b1cd9b..1b85155 100644 --- a/Source/Constants.h +++ b/Source/Constants.h @@ -25,35 +25,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // cat src/Constants.h | sed -e 's/#define/const int/' -e 's/ [0-9]*$/ =&;/' // chew on that --Jookia -const int mapkilleveryone = 0; -const int mapgosomewhere = 1; -const int mapkillsomeone = 2; -const int mapkillmost = 3; - -enum pathtypes {wpkeepwalking, wppause}; - -static const char *pathtypenames[] = {"keepwalking", "pause"}; - -enum editortypes {typeactive, typesitting, typesittingwall, typesleeping, - typedead1, typedead2, typedead3, typedead4}; - -static const char *editortypenames[] = { - "active", "sitting", "sitting wall", "sleeping", - "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