[Scummvm-cvs-logs] SF.net SVN: scummvm: [31712] scummvm/trunk/engines/made/screen.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Apr 25 01:07:22 CEST 2008


Revision: 31712
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31712&view=rev
Author:   thebluegr
Date:     2008-04-24 16:07:22 -0700 (Thu, 24 Apr 2008)

Log Message:
-----------
Typo

Modified Paths:
--------------
    scummvm/trunk/engines/made/screen.h

Modified: scummvm/trunk/engines/made/screen.h
===================================================================
--- scummvm/trunk/engines/made/screen.h	2008-04-24 23:06:21 UTC (rev 31711)
+++ scummvm/trunk/engines/made/screen.h	2008-04-24 23:07:22 UTC (rev 31712)
@@ -75,12 +75,12 @@
 
 	void setOutlineColor(int16 color) { 
 		_outlineColor = color;
-		_dropshadowColor = -1;
+		_dropShadowColor = -1;
 	}
 
 	void setDropShadowColor(int16 color) { 
 		_outlineColor = -1;
-		_dropshadowColor = color;
+		_dropShadowColor = color;
 	}
 
 	uint16 updateChannel(uint16 channelIndex);


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