aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/talk.cpp
diff options
context:
space:
mode:
authorStrangerke2013-01-29 08:35:14 +0100
committerStrangerke2013-01-29 08:35:14 +0100
commit4fed1f580eb3a02ffde3f3b8ee4f8167326a7782 (patch)
treedb063b0565ac36dc84d13281742d90ff6b4132bb /engines/hopkins/talk.cpp
parentfbc19ab3b41cb88b75d3ab35f8d2b0c67a5c5fbc (diff)
downloadscummvm-rg350-4fed1f580eb3a02ffde3f3b8ee4f8167326a7782.tar.gz
scummvm-rg350-4fed1f580eb3a02ffde3f3b8ee4f8167326a7782.tar.bz2
scummvm-rg350-4fed1f580eb3a02ffde3f3b8ee4f8167326a7782.zip
HOPKINS: More renaming in the Global class
Diffstat (limited to 'engines/hopkins/talk.cpp')
-rw-r--r--engines/hopkins/talk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/talk.cpp b/engines/hopkins/talk.cpp
index 60553cd009..88110157ca 100644
--- a/engines/hopkins/talk.cpp
+++ b/engines/hopkins/talk.cpp
@@ -516,7 +516,7 @@ int TalkManager::VERIF_BOITE(int idx, const Common::String &file, int a3) {
Common::File f;
int filesize;
- _vm->_globals.police_l = 11;
+ _vm->_globals._fontFixedWidth = 11;
// Build up the filename
filename = dest = file;
@@ -577,7 +577,7 @@ int TalkManager::VERIF_BOITE(int idx, const Common::String &file, int a3) {
++v10;
} while (v11 != ' ' && v11 != '%');
- if (v10 >= v15 / _vm->_globals.police_l) {
+ if (v10 >= v15 / _vm->_globals._fontFixedWidth) {
if (v11 == '%')
v11 = ' ';
break;