]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/game_reaction.h
q3map2/games: bikeshedding
[xonotic/netradiant.git] / tools / quake3 / q3map2 / game_reaction.h
index 6163b391a106295c355e6e3dbf5ddf1368569e3a..ab26f9ebc94cfadc06b6c4d419a226981f5a35c5 100644 (file)
    ------------------------------------------------------------------------------- */
 
 #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
 
 
 
        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 */