[Scummvm-git-logs] scummvm master -> b7b71597feea8445442349497e26a1aa8569635b

athrxx noreply at scummvm.org
Sat Jul 16 14:19:47 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b7b71597fe KYRA: (HOF) - fix typo


Commit: b7b71597feea8445442349497e26a1aa8569635b
    https://github.com/scummvm/scummvm/commit/b7b71597feea8445442349497e26a1aa8569635b
Author: athrxx (athrxx at scummvm.org)
Date: 2022-07-16T16:19:27+02:00

Commit Message:
KYRA: (HOF) - fix typo

Changed paths:
    engines/kyra/gui/gui_hof.h


diff --git a/engines/kyra/gui/gui_hof.h b/engines/kyra/gui/gui_hof.h
index ec2d1071309..909f0a3ccd0 100644
--- a/engines/kyra/gui/gui_hof.h
+++ b/engines/kyra/gui/gui_hof.h
@@ -46,7 +46,7 @@ private:
 
 	uint8 defaultColor1() const override { return 0xCF; }
 	uint8 defaultColor2() const override { return 0xF8; }
-	uint8 menuItemLabelColor() const override { return 0xCF; }
+	uint8 menuItemLabelColor() const override { return 0xFC; }
 
 	uint8 textFieldColor1() const override { return 0xFD; }
 	uint8 textFieldColor2() const override { return 0xFA; }




More information about the Scummvm-git-logs mailing list