From 01dcd766afc60d0b185c8c0a6f5498f416b12924 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 29 Apr 2008 21:27:16 +0000 Subject: Fix warning svn-id: r31778 --- engines/made/scriptfuncs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/made/scriptfuncs.cpp b/engines/made/scriptfuncs.cpp index ff6bf4b79c..2c593936fb 100644 --- a/engines/made/scriptfuncs.cpp +++ b/engines/made/scriptfuncs.cpp @@ -443,7 +443,7 @@ int16 ScriptFunctionsRtz::o1_TEXTRECT(int16 argc, int16 *argv) { int16 y1 = CLIP(argv[3], 1, 198); int16 x2 = CLIP(argv[2], 1, 318); int16 y2 = CLIP(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; -- cgit v1.2.3