[Scummvm-cvs-logs] SF.net SVN: scummvm:[44384] scummvm/trunk/engines/sci/engine/kpathing.cpp
wjpalenstijn at users.sourceforge.net
wjpalenstijn at users.sourceforge.net
Sun Sep 27 00:56:15 CEST 2009
Revision: 44384
http://scummvm.svn.sourceforge.net/scummvm/?rev=44384&view=rev
Author: wjpalenstijn
Date: 2009-09-26 22:56:15 +0000 (Sat, 26 Sep 2009)
Log Message:
-----------
SCI: Fix compile error with DEBUG_AVOIDPATH
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kpathing.cpp
Modified: scummvm/trunk/engines/sci/engine/kpathing.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kpathing.cpp 2009-09-26 22:55:24 UTC (rev 44383)
+++ scummvm/trunk/engines/sci/engine/kpathing.cpp 2009-09-26 22:56:15 UTC (rev 44384)
@@ -355,6 +355,7 @@
}
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();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list