mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 20:34:12 +00:00
SWORD1: PSX: American release should use british logo
This commit is contained in:
parent
20dced9a1a
commit
3b6c35d041
@ -2404,7 +2404,7 @@ void Control::initialiseControlPanel() {
|
||||
if (SwordEngine::_systemVars.controlPanelMode != CP_DEATHSCREEN) { // NOT THE DEATH SCREEN ie. start game panel, normal control panel, or end of game
|
||||
switch (SwordEngine::_systemVars.language) {
|
||||
case BS1_ENGLISH:
|
||||
if (SwordEngine::_systemVars.realLanguage == Common::EN_USA) {
|
||||
if (!SwordEngine::isPsx() && SwordEngine::_systemVars.realLanguage == Common::EN_USA) {
|
||||
srPanel = (Sprite *)_resMan->openFetchRes(SR_PANEL_AMERICAN);
|
||||
} else {
|
||||
srPanel = (Sprite *)_resMan->openFetchRes(SR_PANEL_ENGLISH);
|
||||
|
Loading…
x
Reference in New Issue
Block a user