summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/doom.desktop.in1
-rw-r--r--src/doom/r_defs.h2
-rw-r--r--src/doom/r_plane.c2
-rw-r--r--src/heretic.desktop.in1
-rw-r--r--src/hexen.desktop.in1
-rw-r--r--src/strife.desktop.in1
6 files changed, 6 insertions, 2 deletions
diff --git a/src/doom.desktop.in b/src/doom.desktop.in
index e554a244..1ec35b37 100644
--- a/src/doom.desktop.in
+++ b/src/doom.desktop.in
@@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
Type=Application
Comment=@PACKAGE_SHORTDESC@
Categories=Game;ActionGame;
+Keywords=first;person;shooter;vanilla;
diff --git a/src/doom/r_defs.h b/src/doom/r_defs.h
index a64ac842..b8b308a0 100644
--- a/src/doom/r_defs.h
+++ b/src/doom/r_defs.h
@@ -48,7 +48,7 @@
#define SIL_TOP 2
#define SIL_BOTH 3
-#define MAXDRAWSEGS 256
+#define MAXDRAWSEGS 256*8
diff --git a/src/doom/r_plane.c b/src/doom/r_plane.c
index ea1611c2..e5987de8 100644
--- a/src/doom/r_plane.c
+++ b/src/doom/r_plane.c
@@ -42,7 +42,7 @@ planefunction_t ceilingfunc;
//
// Here comes the obnoxious "visplane".
-#define MAXVISPLANES 128
+#define MAXVISPLANES 128*8
visplane_t visplanes[MAXVISPLANES];
visplane_t* lastvisplane;
visplane_t* floorplane;
diff --git a/src/heretic.desktop.in b/src/heretic.desktop.in
index 54ef6a83..2c9c2fb4 100644
--- a/src/heretic.desktop.in
+++ b/src/heretic.desktop.in
@@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
Type=Application
Comment=@PACKAGE_SHORTDESC@
Categories=Game;ActionGame;
+Keywords=first;person;shooter;doom;vanilla;
diff --git a/src/hexen.desktop.in b/src/hexen.desktop.in
index 14603840..01eafccb 100644
--- a/src/hexen.desktop.in
+++ b/src/hexen.desktop.in
@@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
Type=Application
Comment=@PACKAGE_SHORTDESC@
Categories=Game;ActionGame;
+Keywords=first;person;shooter;doom;vanilla;
diff --git a/src/strife.desktop.in b/src/strife.desktop.in
index eb44c61d..541c2adb 100644
--- a/src/strife.desktop.in
+++ b/src/strife.desktop.in
@@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
Type=Application
Comment=@PACKAGE_SHORTDESC@
Categories=Game;ActionGame;
+Keywords=first;person;shooter;doom;vanilla;