aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-11-10 17:19:43 +0000
committerMax Horn2002-11-10 17:19:43 +0000
commitda5a347d3e6220f6dcd141706e9fb6243bb6d319 (patch)
tree19d11d67abe1dd6b3b32faa7a33a578a38e6100e /scumm/scumm.h
parent2965bd27086e443018cc9d63ac59befc884eed5b (diff)
downloadscummvm-rg350-da5a347d3e6220f6dcd141706e9fb6243bb6d319.tar.gz
scummvm-rg350-da5a347d3e6220f6dcd141706e9fb6243bb6d319.tar.bz2
scummvm-rg350-da5a347d3e6220f6dcd141706e9fb6243bb6d319.zip
completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some static variables from drawFlashlight() and made them members of class Scumm instead
svn-id: r5506
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 6186c8b7fc..2255596d1f 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -714,6 +714,10 @@ public:
byte _newEffect, _switchRoomEffect2, _switchRoomEffect;
bool _doEffect;
+ struct {
+ int x, y, w, h;
+ byte *buffer;
+ } _flashlight;
uint16 _flashlightXStrips, _flashlightYStrips;
bool _flashlightIsDrawn;