fix for broken bsp menu (broken by increasing MAX_TEXTUREDIRS to 1024)

This commit is contained in:
Chris Brooke 2013-07-19 07:08:28 +01:00
parent 65175c80b1
commit 3d1b78ed2f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
#define MAX_POINTS 1024
#define CMD_TEXTUREWAD 60000
#define CMD_BSPCOMMAND 61000
#define CMD_BSPCOMMAND 62000
#define PITCH 0
#define YAW 1