[Scummvm-cvs-logs] SF.net SVN: scummvm:[45613] scummvm/trunk/engines/sci/gui/gui_helpers.h

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Nov 2 20:50:18 CET 2009


Revision: 45613
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45613&view=rev
Author:   m_kiewitz
Date:     2009-11-02 19:50:17 +0000 (Mon, 02 Nov 2009)

Log Message:
-----------
SCI/newgui: Removed GuiCast structure

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui_helpers.h

Modified: scummvm/trunk/engines/sci/gui/gui_helpers.h
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_helpers.h	2009-11-02 17:59:19 UTC (rev 45612)
+++ scummvm/trunk/engines/sci/gui/gui_helpers.h	2009-11-02 19:50:17 UTC (rev 45613)
@@ -91,15 +91,6 @@
 };
 typedef Common::List<GuiAnimateEntry *> GuiAnimateList;
 
-struct GuiCast {
-	uint16 view;
-	uint16 loop;
-	uint16 cel;
-	uint16 z;
-	uint16 pal;
-	Common::Rect rect;
-};
-
 struct GuiColor {
 	byte used;
 	byte r, g, b;


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