aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sky/sky.cpp4
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);