From 9daed50e0165f387f597fec4d06b57805e1f717c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 15 Feb 2009 14:46:42 +0000 Subject: Fixed lots of warnings and errors (on my system) by backporting a patch I had sent the FreeSCI folks some time ago (but apparently it never made it, or only made it to a branch not imported?) svn-id: r38245 --- engines/sci/gfx/resource/sci_view_1.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sci/gfx/resource/sci_view_1.cpp') diff --git a/engines/sci/gfx/resource/sci_view_1.cpp b/engines/sci/gfx/resource/sci_view_1.cpp index 8302b4a0fa..d0dd660f2f 100644 --- a/engines/sci/gfx/resource/sci_view_1.cpp +++ b/engines/sci/gfx/resource/sci_view_1.cpp @@ -529,7 +529,6 @@ gfxr_draw_view11(int id, byte *resource, int size) seeker = resource + header_size; for (i = 0; i < view->loops_nr; i++) { - static char *truth[2] = {"not ",""}; int loop_offset = get_uint_16(seeker + V2_LOOP_OFFSET); int cels = seeker[V2_CELS_NUM]; int mirrored = seeker[V2_IS_MIRROR]; -- cgit v1.2.3