aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos.h
diff options
context:
space:
mode:
authorRuediger Hanke2002-08-31 22:59:26 +0000
committerRuediger Hanke2002-08-31 22:59:26 +0000
commit79c1f284b72096768515a2ba39ce8dea45193a34 (patch)
tree349d0fccbf78e4ff54fc32b84304e8d19827ed21 /backends/morphos/morphos.h
parent93b630dcfe687a874f0933d5bcbbf94daa426696 (diff)
downloadscummvm-rg350-79c1f284b72096768515a2ba39ce8dea45193a34.tar.gz
scummvm-rg350-79c1f284b72096768515a2ba39ce8dea45193a34.tar.bz2
scummvm-rg350-79c1f284b72096768515a2ba39ce8dea45193a34.zip
Limit number of update rects to keep
svn-id: r4891
Diffstat (limited to 'backends/morphos/morphos.h')
-rw-r--r--backends/morphos/morphos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h
index d89c2e7371..aead0c3aec 100644
--- a/backends/morphos/morphos.h
+++ b/backends/morphos/morphos.h
@@ -152,6 +152,7 @@ class OSystem_MorphOS : public OSystem
bool *DirtyBlocks;
Region *UpdateRegion;
Region *NewUpdateRegion;
+ ULONG UpdateRects;
/* Sound-related attributes */
Process *ScummMusicThread;