parent
d1bfae1698
commit
7d8a9f3f2e
6 changed files with 6 additions and 2 deletions
|
|
@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
|
|||
Type=Application
|
||||
Comment=@PACKAGE_SHORTDESC@
|
||||
Categories=Game;ActionGame;
|
||||
Keywords=first;person;shooter;vanilla;
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
#define SIL_TOP 2
|
||||
#define SIL_BOTH 3
|
||||
|
||||
#define MAXDRAWSEGS 256
|
||||
#define MAXDRAWSEGS 256*8
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
|
|||
Type=Application
|
||||
Comment=@PACKAGE_SHORTDESC@
|
||||
Categories=Game;ActionGame;
|
||||
Keywords=first;person;shooter;doom;vanilla;
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
|
|||
Type=Application
|
||||
Comment=@PACKAGE_SHORTDESC@
|
||||
Categories=Game;ActionGame;
|
||||
Keywords=first;person;shooter;doom;vanilla;
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom
|
|||
Type=Application
|
||||
Comment=@PACKAGE_SHORTDESC@
|
||||
Categories=Game;ActionGame;
|
||||
Keywords=first;person;shooter;doom;vanilla;
|
||||
|
|
|
|||
Loading…
Reference in a new issue