]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
Changed dp so the new vm fits in.
[xonotic/darkplaces.git] / quakedef.h
index a7c356203134a23a36b476100985aa296d11e90d..14b431e73bb6ebc5a46e29451a66960cc085a133 100644 (file)
@@ -117,22 +117,23 @@ extern char *buildstring;
 //===========================================
 // AK nexuiz changed and added defines
 
-#define NEX_IT_UZI                                     1
-#define NEX_IT_SHOTGUN                         2
-#define NEX_IT_ELECTRO                         8
-#define NEX_IT_CRYLINK                         16
-#define NEX_IT_NEX                                     32
-#define NEX_IT_HAGAR                           64
-#define NEX_IT_ROCKET_LAUNCHER         128
-#define NEX_IT_SHELLS                          256
-#define NEX_IT_BULLETS                         512
-#define NEX_IT_ROCKETS                         1024
-#define NEX_IT_CELLS                           2048
-#define NEX_IT_LASER                           4094
-#define NEX_IT_STRENGTH                        8192
-#define NEX_IT_INVINCIBLE                      16384
-#define NEX_IT_SPEED                           32767
-#define NEX_IT_SLOWMO                          65536
+#define NEX_IT_UZI              1
+#define NEX_IT_SHOTGUN          2
+#define NEX_IT_GRENADE_LAUNCHER 4
+#define NEX_IT_ELECTRO          8
+#define NEX_IT_CRYLINK          16
+#define NEX_IT_NEX              32
+#define NEX_IT_HAGAR            64
+#define NEX_IT_ROCKET_LAUNCHER  128
+#define NEX_IT_SHELLS           256
+#define NEX_IT_BULLETS          512
+#define NEX_IT_ROCKETS          1024
+#define NEX_IT_CELLS            2048
+#define NEX_IT_LASER            4094
+#define NEX_IT_STRENGTH         8192
+#define NEX_IT_INVINCIBLE       16384
+#define NEX_IT_SPEED            32768
+#define NEX_IT_SLOWMO           65536
 
 //===========================================
 //rogue changed and added defines
@@ -201,6 +202,7 @@ extern char *buildstring;
 #include "client.h"
 #include "render.h"
 #include "progs.h"
+#include "progsvm.h"
 #include "server.h"
 
 #include "input.h"