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:
Spoike 2005-01-05 08:10:32 +00:00
parent aa039d563d
commit 4ca2ea89f9
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ void MakeVideoPalette(void)
FILE *f;
char filename[11];
if (strlen(r_palconvbits.string) < 3)
if (strlen(r_palconvbits.string) != 3)
{
// r5g6b5 is default
rs = 5;