aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-10-24 06:28:54 +0000
committerPaweł Kołodziejski2002-10-24 06:28:54 +0000
commita125d1cc1a03a43b692391a34fb9a2dee36991a3 (patch)
treeb444b33ee26c5f6eaa3a5697e9e48977d4e86a34 /scumm/scumm.h
parentfe7343deccef267fe699edb637eb032aec2ecc64 (diff)
downloadscummvm-rg350-a125d1cc1a03a43b692391a34fb9a2dee36991a3.tar.gz
scummvm-rg350-a125d1cc1a03a43b692391a34fb9a2dee36991a3.tar.bz2
scummvm-rg350-a125d1cc1a03a43b692391a34fb9a2dee36991a3.zip
changed number strips to dynamic and increased arrays tdirty and bdirty to 80
svn-id: r5296
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 222b13eea2..cda8101285 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -829,7 +829,7 @@ public:
void updateDirtyScreen(int slot);
VirtScreen *findVirtScreen(int y);
- static void setVirtscreenDirty(VirtScreen *vs, int left, int top, int right, int bottom);
+ void setVirtscreenDirty(VirtScreen *vs, int left, int top, int right, int bottom);
void drawFlashlight();