aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2003-06-05 00:18:15 +0000
committerMax Horn2003-06-05 00:18:15 +0000
commit870572ca49c39c25dc0d8c77cfe015cdab05ee05 (patch)
tree5e01b240f3b244ca58e9a2db75457bc0c91243fa /scumm/gfx.h
parentc898d6117e0cdd6f38f803f9af7c01fdfaabfbe1 (diff)
downloadscummvm-rg350-870572ca49c39c25dc0d8c77cfe015cdab05ee05.tar.gz
scummvm-rg350-870572ca49c39c25dc0d8c77cfe015cdab05ee05.tar.bz2
scummvm-rg350-870572ca49c39c25dc0d8c77cfe015cdab05ee05.zip
there are a few places in maniac and zakdemo where we *do* have to store the run & color <grmbl>
svn-id: r8306
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index ac41f6368c..cae76988e4 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -98,6 +98,8 @@ struct BompDrawData {
struct StripTable {
int offsets[160];
+ int run[160];
+ int color[160];
int zoffsets[120]; // FIXME: Why only 120 here?
int zrun[120]; // FIXME: Why only 120 here?
};