mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-10 20:11:42 +00:00
Make the bf command fade smoothly, instead of rounding down and disappearing almost instantly.
This commit is contained in:
parent
d58f3f6cfe
commit
bac736f33c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ typedef struct
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
int destcolor[3];
|
int destcolor[3];
|
||||||
int percent; // 0-256
|
float percent; // 0-256
|
||||||
} cshift_t;
|
} cshift_t;
|
||||||
|
|
||||||
#define CSHIFT_CONTENTS 0
|
#define CSHIFT_CONTENTS 0
|
||||||
|
|
Loading…
Reference in a new issue