mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-26 06:20:16 -04:00
wait, we are in lores regime
This commit is contained in:
parent
6f6921f5de
commit
d08155d00e
@ -349,7 +349,7 @@ void ST_refreshBackground(boolean force)
|
||||
// [FG] calculate average color of the 16px left and right of the status bar
|
||||
const int vstep[][2] = {{0, 1}, {1, 2}, {2, ST_HEIGHT}};
|
||||
const int hstep = hires ? (4 * SCREENWIDTH) : SCREENWIDTH;
|
||||
const int w = MIN(SHORT(sbar->width), SCREENWIDTH << hires);
|
||||
const int w = MIN(SHORT(sbar->width), SCREENWIDTH);
|
||||
const int depth = 16;
|
||||
byte *pal = W_CacheLumpName("PLAYPAL", PU_STATIC);
|
||||
int v;
|
||||
|
Loading…
x
Reference in New Issue
Block a user