mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 12:22:42 +00:00
That just makes more sence.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@732 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
aa039d563d
commit
4ca2ea89f9
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ void MakeVideoPalette(void)
|
||||||
FILE *f;
|
FILE *f;
|
||||||
char filename[11];
|
char filename[11];
|
||||||
|
|
||||||
if (strlen(r_palconvbits.string) < 3)
|
if (strlen(r_palconvbits.string) != 3)
|
||||||
{
|
{
|
||||||
// r5g6b5 is default
|
// r5g6b5 is default
|
||||||
rs = 5;
|
rs = 5;
|
||||||
|
|
Loading…
Reference in a new issue