From c12a78eaa8792ce5a499eda46e13809275603c03 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 26 Sep 2009 22:56:15 +0000 Subject: SCI: Fix compile error with DEBUG_AVOIDPATH svn-id: r44384 --- engines/sci/engine/kpathing.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci') diff --git a/engines/sci/engine/kpathing.cpp b/engines/sci/engine/kpathing.cpp index 81754b19d0..6bc2a1086f 100644 --- a/engines/sci/engine/kpathing.cpp +++ b/engines/sci/engine/kpathing.cpp @@ -355,6 +355,7 @@ static void draw_point(EngineState *s, Common::Point p, int start) { } static void draw_polygon(EngineState *s, reg_t polygon) { + SegManager *segMan = s->segMan; reg_t points = GET_SEL32(polygon, points); int size = GET_SEL32(polygon, size).toUint16(); int type = GET_SEL32(polygon, type).toUint16(); -- cgit v1.2.3