mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 09:21:08 +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,6 +575,12 @@ void PegasusEngine::doGameMenuCommand(const tGameMenuCommand command) {
|
|||||||
switch (command) {
|
switch (command) {
|
||||||
case kMenuCmdStartAdventure:
|
case kMenuCmdStartAdventure:
|
||||||
GameState.setWalkthroughMode(false);
|
GameState.setWalkthroughMode(false);
|
||||||
|
|
||||||
|
// 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)");
|
error("Start new game (adventure mode)");
|
||||||
break;
|
break;
|
||||||
case kMenuCmdCredits:
|
case kMenuCmdCredits:
|
||||||
|
Loading…
Reference in New Issue
Block a user