diff options
author | athrxx | 2012-08-19 17:08:52 +0200 |
---|---|---|
committer | athrxx | 2012-11-11 19:14:26 +0100 |
commit | 4e65b67c309f2dcdf5e2d65828b41912abef9ac8 (patch) | |
tree | 4af225415ae1ac81a3729e3d644c8c6e837e4bb2 /engines/kyra | |
parent | 46348e7b9016ab7883dcb2ae45a587b9847b5118 (diff) | |
download | scummvm-rg350-4e65b67c309f2dcdf5e2d65828b41912abef9ac8.tar.gz scummvm-rg350-4e65b67c309f2dcdf5e2d65828b41912abef9ac8.tar.bz2 scummvm-rg350-4e65b67c309f2dcdf5e2d65828b41912abef9ac8.zip |
KYRA: (LoL) - fix warning in Screen_LoL::drawGridBox()
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/screen_lol.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |