mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 05:34:00 +00:00
HADESCH: Fix wrong quest scroll for medusa quest
This commit is contained in:
parent
30e9bd2f1d
commit
dc8debc4d2
@ -340,7 +340,7 @@ void HeroBelt::render(Common::SharedPtr<GfxContext> context, int time, Common::P
|
||||
text = _scrollTextTroyFemale;
|
||||
break;
|
||||
case kMedusaQuest:
|
||||
text = _scrollTextCrete;
|
||||
text = _scrollTextMedusa;
|
||||
break;
|
||||
case kRescuePhilQuest:
|
||||
text = _scrollTextHades;
|
||||
|
Loading…
Reference in New Issue
Block a user