aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-08-20 02:20:40 +0000
committerMax Horn2002-08-20 02:20:40 +0000
commitd2e2134a3ea3fd56bbf208e94bc26a434df9e2a7 (patch)
treed00be3e3957618b56508cbbf129c2e4b35b73594 /scumm.h
parent79e1c9cdf824314331206c23d211b8acb4801a86 (diff)
downloadscummvm-rg350-d2e2134a3ea3fd56bbf208e94bc26a434df9e2a7.tar.gz
scummvm-rg350-d2e2134a3ea3fd56bbf208e94bc26a434df9e2a7.tar.bz2
scummvm-rg350-d2e2134a3ea3fd56bbf208e94bc26a434df9e2a7.zip
implemented the flashlight (TODO: use rounded corners. Left as an exercise to the reader)
svn-id: r4777
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 4261c7b8aa..930d25e5d5 100644
--- a/scumm.h
+++ b/scumm.h
@@ -755,7 +755,8 @@ public:
byte _newEffect, _switchRoomEffect2, _switchRoomEffect;
bool _doEffect;
- uint16 _lightDx, _lightDy;
+ uint16 _flashlightXStrips, _flashlightYStrips;
+ bool _flashlightIsDrawn;
void getGraphicsPerformance();
void initScreens(int a, int b, int w, int h);