aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/font.cpp
diff options
context:
space:
mode:
authorStrangerke2012-12-28 08:26:27 +0100
committerStrangerke2012-12-28 08:26:27 +0100
commitc9343637902ed94f0a511ff9fa0d1bffe346d5e3 (patch)
tree2458f1fedfc81076be5caac2b207560343e9f636 /engines/hopkins/font.cpp
parentc07beb64455b3d30300176a99aed7140c0a090e0 (diff)
downloadscummvm-rg350-c9343637902ed94f0a511ff9fa0d1bffe346d5e3.tar.gz
scummvm-rg350-c9343637902ed94f0a511ff9fa0d1bffe346d5e3.tar.bz2
scummvm-rg350-c9343637902ed94f0a511ff9fa0d1bffe346d5e3.zip
HOPKINS: Some more renaming and refactoring
Diffstat (limited to 'engines/hopkins/font.cpp')
-rw-r--r--engines/hopkins/font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/font.cpp b/engines/hopkins/font.cpp
index 484745347e..f1415506fe 100644
--- a/engines/hopkins/font.cpp
+++ b/engines/hopkins/font.cpp
@@ -170,7 +170,7 @@ void FontManager::box(int idx, int messageId, const Common::String &filename, in
_text[idx]._textLoadedFl = true;
_vm->_fileManager.constructFilename(_vm->_globals.HOPLINK, filename);
- file = _vm->_globals.NFICHIER;
+ file = _vm->_globals._curFilename;
if (strncmp(file.c_str(), _oldName.c_str(), strlen(file.c_str())) != 0) {
// Starting to access a new file, so read in the index file for the file
_oldName = file;