forked from len0rd/rockbox
Doom for the Gigabeat and some code reduction
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12051 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3b65fc2480
commit
b47a43aa28
24 changed files with 247 additions and 277 deletions
|
@ -251,7 +251,7 @@ void R_RenderMaskedSegRange(drawseg_t *ds, int x1, int x2)
|
|||
// CALLED: CORE LOOPING ROUTINE.
|
||||
//
|
||||
|
||||
extern byte solidcol[SCREENWIDTH];
|
||||
extern byte solidcol[MAX_SCREENWIDTH];
|
||||
#define HEIGHTBITS 12
|
||||
#define HEIGHTUNIT (1<<HEIGHTBITS)
|
||||
static int didsolidcol; /* True if at least one column was marked solid */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue