From a125d1cc1a03a43b692391a34fb9a2dee36991a3 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Thu, 24 Oct 2002 06:28:54 +0000 Subject: changed number strips to dynamic and increased arrays tdirty and bdirty to 80 svn-id: r5296 --- scumm/scumm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/scumm.h') 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(); -- cgit v1.2.3