aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
authorFlorian Kagerer2010-10-23 16:01:40 +0000
committerFlorian Kagerer2010-10-23 16:01:40 +0000
commit09f77eb4642eae4e945f8c10554ce204aff450e0 (patch)
tree681573361b2214f0a425d5bb5156774807eb8790 /engines/kyra/screen.h
parent0d54400806f5e25ea60e56d2fa84de3643c50f8c (diff)
downloadscummvm-rg350-09f77eb4642eae4e945f8c10554ce204aff450e0.tar.gz
scummvm-rg350-09f77eb4642eae4e945f8c10554ce204aff450e0.tar.bz2
scummvm-rg350-09f77eb4642eae4e945f8c10554ce204aff450e0.zip
LOL: - fix invalid mem access
- also extend LordHoto's recent item code changes to LOL svn-id: r53740
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index 654b7da6b7..e35b9b37b2 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -423,6 +423,7 @@ public:
virtual void setScreenDim(int dim) = 0;
virtual const ScreenDim *getScreenDim(int dim) = 0;
+ virtual int screenDimTableCount() const = 0;
const ScreenDim *_curDim;