[Scummvm-cvs-logs] SF.net SVN: scummvm: [31778] scummvm/trunk/engines/made/scriptfuncs.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Apr 29 23:27:17 CEST 2008


Revision: 31778
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31778&view=rev
Author:   fingolfin
Date:     2008-04-29 14:27:16 -0700 (Tue, 29 Apr 2008)

Log Message:
-----------
Fix warning

Modified Paths:
--------------
    scummvm/trunk/engines/made/scriptfuncs.cpp

Modified: scummvm/trunk/engines/made/scriptfuncs.cpp
===================================================================
--- scummvm/trunk/engines/made/scriptfuncs.cpp	2008-04-29 18:50:17 UTC (rev 31777)
+++ scummvm/trunk/engines/made/scriptfuncs.cpp	2008-04-29 21:27:16 UTC (rev 31778)
@@ -443,7 +443,7 @@
 	int16 y1 = CLIP<int16>(argv[3], 1, 198);
 	int16 x2 = CLIP<int16>(argv[2], 1, 318);
 	int16 y2 = CLIP<int16>(argv[1], 1, 198);
-	int16 textValue = argv[0];
+	//int16 textValue = argv[0];
 	// TODO: textValue
 	_vm->_screen->setTextRect(Common::Rect(x1, y1, x2, y2));
 	return 0;


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