Route title Enter through save slot picker

This commit is contained in:
2026-07-05 03:04:22 +09:00
parent 390cfcf37a
commit b7ac4eb6bb

View File

@@ -610,7 +610,7 @@ export class TitleScene extends Phaser.Scene {
private activateDefaultMenuAction() { private activateDefaultMenuAction() {
if (hasCampaignSave()) { if (hasCampaignSave()) {
this.continueGame(); this.requestContinueGame();
return; return;
} }