X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2F3dengfx%2Flibs%2Flib3ds%2Fbackground.c;fp=src%2F3dengfx%2Flibs%2Flib3ds%2Fbackground.c;h=22656a92fb9391bbe50b96211fdef440a362c7d8;hb=2b4c0d15331a49f96411abe7dfe3f4c6a8e4b170;hp=4b24223272db240dd692a30b7e7119d6a6531bb2;hpb=3f8f761e9f2030af5128ff45aec9e44fefe3f82b;p=summerhack diff --git a/src/3dengfx/libs/lib3ds/background.c b/src/3dengfx/libs/lib3ds/background.c index 4b24223..22656a9 100644 --- a/src/3dengfx/libs/lib3ds/background.c +++ b/src/3dengfx/libs/lib3ds/background.c @@ -39,7 +39,6 @@ solid_bgnd_read(Lib3dsBackground *background, Lib3dsIo *io) { Lib3dsChunk c; Lib3dsWord chunk; - Lib3dsBool have_lin=LIB3DS_FALSE; if (!lib3ds_chunk_read_start(&c, LIB3DS_SOLID_BGND, io)) { return(LIB3DS_FALSE); @@ -49,7 +48,6 @@ solid_bgnd_read(Lib3dsBackground *background, Lib3dsIo *io) switch (chunk) { case LIB3DS_LIN_COLOR_F: lib3ds_io_read_rgb(io, background->solid.col); - have_lin=LIB3DS_TRUE; break; case LIB3DS_COLOR_F: lib3ds_io_read_rgb(io, background->solid.col);