summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/mainwidget.cpp')
-rw-r--r--pacman-c++/mainwidget.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/pacman-c++/mainwidget.cpp b/pacman-c++/mainwidget.cpp
index ddce051..b421c36 100644
--- a/pacman-c++/mainwidget.cpp
+++ b/pacman-c++/mainwidget.cpp
@@ -92,12 +92,8 @@ MainWidget::MainWidget()
92 createGui(); 92 createGui();
93 updateMap(createDummyMap()); 93 updateMap(createDummyMap());
94 94
95#if 0
96 emit startGame();
97#else
98 AudioPlayer::self()->playIntro();
99 connect(AudioPlayer::self(), SIGNAL(finished()), this, SLOT(startGame())); 95 connect(AudioPlayer::self(), SIGNAL(finished()), this, SLOT(startGame()));
100#endif 96 AudioPlayer::self()->play(AudioPlayer::Intro);
101} 97}
102 98
103void MainWidget::createGui() 99void MainWidget::createGui()