aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-26 22:18:21 -0400
committerPaul Gilbert2016-07-10 16:12:05 -0400
commit34c32e38e2659406e3556f752fcada8491860e92 (patch)
treec9f2e355504d97376cf8437133415a7f0a606dc6 /engines/titanic/pet_control/pet_text.h
parentb114c768cd592462794d4fa2a397473cf146656c (diff)
downloadscummvm-rg350-34c32e38e2659406e3556f752fcada8491860e92.tar.gz
scummvm-rg350-34c32e38e2659406e3556f752fcada8491860e92.tar.bz2
scummvm-rg350-34c32e38e2659406e3556f752fcada8491860e92.zip
TITANIC: More font logic, beginnings of text cursor
Diffstat (limited to 'engines/titanic/pet_control/pet_text.h')
-rw-r--r--engines/titanic/pet_control/pet_text.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_text.h b/engines/titanic/pet_control/pet_text.h
index 35d48974dd..6ce1903166 100644
--- a/engines/titanic/pet_control/pet_text.h
+++ b/engines/titanic/pet_control/pet_text.h
@@ -25,6 +25,7 @@
#include "titanic/support/simple_file.h"
#include "titanic/support/screen_manager.h"
+#include "titanic/support/text_cursor.h"
namespace Titanic {
@@ -57,7 +58,7 @@ private:
int _field6C;
bool _hasBorder;
int _field74;
- int _field78;
+ CTextCursor *_textCursor;
int _field7C;
private:
void setupArrays(int count);