X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake3%2Fq3map2%2Fgame_reaction.h;h=ab26f9ebc94cfadc06b6c4d419a226981f5a35c5;hb=69072a1c852da0952d53341045ffc6016481a895;hp=2474274e73fbb9bf5a56d82637818e8a67b1e381;hpb=b7e36c120eb1546a6c6f97f30e42ab7f9a559c61;p=xonotic%2Fnetradiant.git diff --git a/tools/quake3/q3map2/game_reaction.h b/tools/quake3/q3map2/game_reaction.h index 2474274e..ab26f9eb 100644 --- a/tools/quake3/q3map2/game_reaction.h +++ b/tools/quake3/q3map2/game_reaction.h @@ -46,21 +46,21 @@ ------------------------------------------------------------------------------- */ #define REACTION_SURF_GRAVEL 0x80000 -#define REACTION_SURF_WOOD 0x81000 +#define REACTION_SURF_WOOD 0x81000 #define REACTION_SURF_CARPET 0x100000 #define REACTION_SURF_METAL2 0x101000 -#define REACTION_SURF_GLASS 0x180000 -#define REACTION_SURF_GRASS 0x181000 -#define REACTION_SURF_SNOW 0x200000 -#define REACTION_SURF_MUD 0x201000 -#define REACTION_SURF_WOOD2 0x280000 +#define REACTION_SURF_GLASS 0x180000 +#define REACTION_SURF_GRASS 0x181000 +#define REACTION_SURF_SNOW 0x200000 +#define REACTION_SURF_MUD 0x201000 +#define REACTION_SURF_WOOD2 0x280000 #define REACTION_SURF_HARDMETAL 0x281000 #define REACTION_SURF_LEAVES 0x300000 #define REACTION_SURF_CEMENT 0x301000 #define REACTION_SURF_MARBLE 0x380000 -#define REACTION_SURF_SNOW2 0x381000 +#define REACTION_SURF_SNOW2 0x381000 #define REACTION_SURF_HARDSTEPS 0x400000 -#define REACTION_SURF_SAND 0x401000 +#define REACTION_SURF_SAND 0x401000 @@ -79,6 +79,7 @@ 64, /* max lightmapped surface verts */ 999, /* max surface verts */ 6000, /* max surface indexes */ + qfalse, /* enable per shader prefix surface flags and .tex file */ qfalse, /* flares */ "flareshader", /* default flare shader */ qfalse, /* wolf lighting model? */ @@ -104,6 +105,7 @@ qtrue, /* minimap keep aspect */ MINIMAP_MODE_GRAY, /* minimap mode */ "%s.tga", /* minimap name format */ + MINIMAP_SIDECAR_NONE, /* minimap sidecar format */ "IBSP", /* bsp file prefix */ 46, /* bsp file version */ qfalse, /* cod-style lump len/ofs order */