aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-05-15 22:48:06 +0000
committerMax Horn2003-05-15 22:48:06 +0000
commit5e756aa8b8d4d20f2c0c1c559868e07d64d6bd5e (patch)
tree4328feea064b0c291dd0f98e0d5bb3e6d4e46dd5 /scumm/scumm.h
parent7baef4ad4eb5768e3222cfe85d3b716cd65f4705 (diff)
downloadscummvm-rg350-5e756aa8b8d4d20f2c0c1c559868e07d64d6bd5e.tar.gz
scummvm-rg350-5e756aa8b8d4d20f2c0c1c559868e07d64d6bd5e.tar.bz2
scummvm-rg350-5e756aa8b8d4d20f2c0c1c559868e07d64d6bd5e.zip
cleanup
svn-id: r7550
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 52aaeffe9e..275fe871d3 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -770,9 +770,9 @@ public:
struct {
int x, y, w, h;
byte *buffer;
+ uint16 xStrips, yStrips;
+ bool isDrawn;
} _flashlight;
- uint16 _flashlightXStrips, _flashlightYStrips;
- bool _flashlightIsDrawn;
void getGraphicsPerformance();
void initScreens(int a, int b, int w, int h);