[Scummvm-cvs-logs] SF.net SVN: scummvm:[53329] scummvm/trunk/engines/sword25/gfx/image
sev at users.sourceforge.net
sev at users.sourceforge.net
Wed Oct 13 01:40:52 CEST 2010
Revision: 53329
http://scummvm.svn.sourceforge.net/scummvm/?rev=53329&view=rev
Author: sev
Date: 2010-10-12 23:40:51 +0000 (Tue, 12 Oct 2010)
Log Message:
-----------
SWORD25: Fix compilation
Modified Paths:
--------------
scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp
scummvm/trunk/engines/sword25/gfx/image/vectorimagerenderer.cpp
Modified: scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp 2010-10-12 23:40:27 UTC (rev 53328)
+++ scummvm/trunk/engines/sword25/gfx/image/vectorimage.cpp 2010-10-12 23:40:51 UTC (rev 53329)
@@ -41,7 +41,7 @@
#include "graphics/colormasks.h"
-#include "art_vpath_bpath.h"
+#include "art.h"
#include "sword25/gfx/opengl/glimage.h"
Modified: scummvm/trunk/engines/sword25/gfx/image/vectorimagerenderer.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/image/vectorimagerenderer.cpp 2010-10-12 23:40:27 UTC (rev 53328)
+++ scummvm/trunk/engines/sword25/gfx/image/vectorimagerenderer.cpp 2010-10-12 23:40:51 UTC (rev 53329)
@@ -32,8 +32,6 @@
*
*/
-#include "art_vpath_bpath.h"
-#include "art_vpath_bpath.h"
#include "art_svp_vpath.h"
#include "art_svp_vpath_stroke.h"
#include "art_svp_render_aa.h"
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