aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-09-19 23:51:19 +0000
committerFlorian Kagerer2009-09-19 23:51:19 +0000
commit5acbc3c4828c5e7cbf048caf17383e8c7db03a78 (patch)
tree967a40f86aedc9a3ce25838a599209f20c831e43 /engines/kyra/lol.h
parentea2b6d12dca199eece9b9a8e9ecc9d877d5b5aa4 (diff)
downloadscummvm-rg350-5acbc3c4828c5e7cbf048caf17383e8c7db03a78.tar.gz
scummvm-rg350-5acbc3c4828c5e7cbf048caf17383e8c7db03a78.tar.bz2
scummvm-rg350-5acbc3c4828c5e7cbf048caf17383e8c7db03a78.zip
LOL/PC-98: fixed block drawing (colors are still wrong)
svn-id: r44198
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index d67d61788a..f1da207e57 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -974,6 +974,7 @@ private:
int _lampOilStatus;
uint32 _lampStatusTimer;
bool _lampStatusSuspended;
+ uint8 _blockBrightness;
// level
void loadLevel(int index);