aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/voyeur.cpp')
-rw-r--r--engines/voyeur/voyeur.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/voyeur/voyeur.cpp b/engines/voyeur/voyeur.cpp
index dc3fcb221a..256a642de0 100644
--- a/engines/voyeur/voyeur.cpp
+++ b/engines/voyeur/voyeur.cpp
@@ -96,8 +96,10 @@ void VoyeurEngine::ESP_Init() {
}
void VoyeurEngine::globalInitBolt() {
- _filesManager.openBOLTLib("buoy.blt", _bVoyBoltFile);
-
+ _filesManager.openBoltLib("bvoy.blt", _bVoyBoltFile);
+ _bVoyBoltFile->getBoltGroup(0x10000);
+ _bVoyBoltFile->getBoltGroup(0x10100);
+ _fontPtr = _bVoyBoltFile->memberAddr(0x101);
}