From 4e65b67c309f2dcdf5e2d65828b41912abef9ac8 Mon Sep 17 00:00:00 2001 From: athrxx Date: Sun, 19 Aug 2012 17:08:52 +0200 Subject: KYRA: (LoL) - fix warning in Screen_LoL::drawGridBox() --- engines/kyra/screen_lol.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/kyra') diff --git a/engines/kyra/screen_lol.cpp b/engines/kyra/screen_lol.cpp index 3726b1f4b9..714a9d8b97 100644 --- a/engines/kyra/screen_lol.cpp +++ b/engines/kyra/screen_lol.cpp @@ -233,8 +233,6 @@ void Screen_LoL::drawGridBox(int x, int y, int w, int h, int col) { *(p + tmp) = col; p += 2; } - } else { - w = 1; } if (s == 1) { -- cgit v1.2.3