aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/hugo/intro.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/engines/hugo/intro.cpp b/engines/hugo/intro.cpp
index e4da2030bd..3a4beebd1c 100644
--- a/engines/hugo/intro.cpp
+++ b/engines/hugo/intro.cpp
@@ -194,13 +194,11 @@ void intro_v3d::introInit() {
else
sprintf(buffer,"%s Shareware Version", COPYRIGHT);
-// Center_text (190, buffer);
- _vm.screen().writeStr(CENTER, 190, buffer, _TBRIGHTWHITE);
+ _vm.screen().writeStr(CENTER, 190, buffer, _TBROWN);
- if (stricmp(_boot.distrib, "David P. Gray")) {
-// Center_text (0, buffer);
+ if (scumm_stricmp(_boot.distrib, "David P. Gray")) {
sprintf(buffer, "Distributed by %s.", _boot.distrib);
- _vm.screen().writeStr(CENTER, 0, buffer, _TBRIGHTWHITE);
+ _vm.screen().writeStr(CENTER, 0, buffer, _TBROWN);
}
_vm.screen().displayBackground();