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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Oct 3 23:16:11 CEST 2009


Revision: 44569
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44569&view=rev
Author:   m_kiewitz
Date:     2009-10-03 21:16:11 +0000 (Sat, 03 Oct 2009)

Log Message:
-----------
SCI/newgui: cellCount changed to uint16

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

Modified: scummvm/trunk/engines/sci/gui/gui_view.h
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_view.h	2009-10-03 21:14:52 UTC (rev 44568)
+++ scummvm/trunk/engines/sci/gui/gui_view.h	2009-10-03 21:16:11 UTC (rev 44569)
@@ -37,7 +37,7 @@
 
 struct sciViewLoopInfo {
 	bool mirrorFlag;
-	int16 cellCount;
+	uint16 cellCount;
 	sciViewCellInfo *cell;
 };
 


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