aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/location.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/location.cpp')
-rw-r--r--engines/parallaction/location.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/parallaction/location.cpp b/engines/parallaction/location.cpp
index 8066c65afd..7d8bd59480 100644
--- a/engines/parallaction/location.cpp
+++ b/engines/parallaction/location.cpp
@@ -44,7 +44,7 @@ void Parallaction::parseLocation(const char *filename) {
uint16 _si = 1;
_gfx->_proportionalFont = false;
- _gfx->setFont("topaz");
+ _gfx->setFont(kFontLabel);
Script *_locationScript = _disk->loadLocation(filename);
@@ -273,7 +273,7 @@ void Parallaction::showSlide(const char *name) {
debugC(1, kDebugLocation, "changeLocation: new background set");
_gfx->_proportionalFont = false;
- _gfx->setFont("slide");
+ _gfx->setFont(kFontMenu);
uint16 _ax = strlen(_slideText[0]);
_ax <<= 3; // text width
@@ -438,7 +438,7 @@ void Parallaction::doLocationEnterTransition() {
jobEraseAnimations(NULL, NULL);
jobDisplayAnimations(NULL, NULL);
- _gfx->setFont("comic");
+ _gfx->setFont(kFontDialogue);
_gfx->swapBuffers();
_gfx->copyScreen(Gfx::kBitFront, Gfx::kBitBack);