mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
PEGASUS: Start the demo off!
Only the jump-in video is currently shown though. For some reason, the input is disabled...
This commit is contained in:
parent
03739c66aa
commit
16a25cd7fd
@ -575,7 +575,13 @@ void PegasusEngine::doGameMenuCommand(const tGameMenuCommand command) {
|
||||
switch (command) {
|
||||
case kMenuCmdStartAdventure:
|
||||
GameState.setWalkthroughMode(false);
|
||||
error("Start new game (adventure mode)");
|
||||
|
||||
// Only start the game in the demo for now
|
||||
// (until it works and I implement Caldoria)
|
||||
if (isDemo())
|
||||
startNewGame();
|
||||
else
|
||||
error("Start new game (adventure mode)");
|
||||
break;
|
||||
case kMenuCmdCredits:
|
||||
if (isDemo()) {
|
||||
|
Loading…
Reference in New Issue
Block a user