diff options
| author | Oliver Kiehl | 2003-04-25 15:41:14 +0000 | 
|---|---|---|
| committer | Oliver Kiehl | 2003-04-25 15:41:14 +0000 | 
| commit | de601220b007cbae8b14b0f1a15b191644e9cb8f (patch) | |
| tree | 03be81bc16daff064992176ec06226c26d6eec3f | |
| parent | a5001323a333a00a0bc66c571803dd468c939095 (diff) | |
| download | scummvm-rg350-de601220b007cbae8b14b0f1a15b191644e9cb8f.tar.gz scummvm-rg350-de601220b007cbae8b14b0f1a15b191644e9cb8f.tar.bz2 scummvm-rg350-de601220b007cbae8b14b0f1a15b191644e9cb8f.zip | |
forgot to reactivate the intro ;)
svn-id: r7108
| -rw-r--r-- | sky/sky.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sky/sky.cpp b/sky/sky.cpp index 4c44fc6f8a..63f3951d87 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -89,8 +89,8 @@ void SkyState::go() {  	initialise(); -	//if (!isDemo(_gameVersion) || isCDVersion(_gameVersion)) -	//	intro(); +	if (!isDemo(_gameVersion) || isCDVersion(_gameVersion)) +		intro();  	while (1) {  		delay(100); | 
