aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.h
diff options
context:
space:
mode:
authorNicola Mettifogo2008-08-20 04:02:12 +0000
committerNicola Mettifogo2008-08-20 04:02:12 +0000
commit9549cbee7f325ae18b9c6cb965073e931540ff2e (patch)
tree920cb5f107b7d8b94f67a1ba041866b0bc1eafce /engines/parallaction/parallaction.h
parentd5d4500b6450c139c5f219ae2e4cbb892c749bcb (diff)
downloadscummvm-rg350-9549cbee7f325ae18b9c6cb965073e931540ff2e.tar.gz
scummvm-rg350-9549cbee7f325ae18b9c6cb965073e931540ff2e.tar.bz2
scummvm-rg350-9549cbee7f325ae18b9c6cb965073e931540ff2e.zip
Engine now returns to the menu when intro is over.
svn-id: r34047
Diffstat (limited to 'engines/parallaction/parallaction.h')
-rw-r--r--engines/parallaction/parallaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/parallaction.h b/engines/parallaction/parallaction.h
index 05dddd8ce0..daa14b91ae 100644
--- a/engines/parallaction/parallaction.h
+++ b/engines/parallaction/parallaction.h
@@ -667,7 +667,7 @@ private:
static const char *_partNames[];
- void startGui();
+ void startGui(bool showSplash);
static const Callable _dosCallables[6];