aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-03-08 23:28:19 +0000
committerFlorian Kagerer2009-03-08 23:28:19 +0000
commit6cb3f665aff572fdbdb12c940ace9c4bfe912138 (patch)
tree67d00c26b63633c7445e6db84cf3a9f7deaed9b1 /engines/kyra/screen_lol.h
parent2abfb968a601031e211e01d742f7d78f9b5e8134 (diff)
downloadscummvm-rg350-6cb3f665aff572fdbdb12c940ace9c4bfe912138.tar.gz
scummvm-rg350-6cb3f665aff572fdbdb12c940ace9c4bfe912138.tar.bz2
scummvm-rg350-6cb3f665aff572fdbdb12c940ace9c4bfe912138.zip
LOL: some more work on the text displayer so that it handles longer texts (needed for some library books)
svn-id: r39249
Diffstat (limited to 'engines/kyra/screen_lol.h')
-rw-r--r--engines/kyra/screen_lol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h
index 1b1842bffc..4de43788b1 100644
--- a/engines/kyra/screen_lol.h
+++ b/engines/kyra/screen_lol.h
@@ -44,7 +44,6 @@ public:
int curDimIndex() { return _curDimIndex; }
void modifyScreenDim(int dim, int x, int y, int w, int h);
void clearDim(int dim);
- void clearCurDim();
void fprintString(const char *format, int x, int y, uint8 col1, uint8 col2, uint16 flags, ...);
void fprintStringIntro(const char *format, int x, int y, uint8 c1, uint8 c2, uint8 c3, uint16 flags, ...);