diff options
Diffstat (limited to 'pacman-c++')
| -rw-r--r-- | pacman-c++/client/mainwidget.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pacman-c++/client/mainwidget.cpp b/pacman-c++/client/mainwidget.cpp index 99b0f5b..60e7f95 100644 --- a/pacman-c++/client/mainwidget.cpp +++ b/pacman-c++/client/mainwidget.cpp | |||
| @@ -39,8 +39,6 @@ MainWidget::~MainWidget() | |||
| 39 | 39 | ||
| 40 | void MainWidget::doConnect(QString srv, unsigned int port) | 40 | void MainWidget::doConnect(QString srv, unsigned int port) |
| 41 | { | 41 | { |
| 42 | /* preload sound - this eliminates some loading gap on slower computers */ | ||
| 43 | AudioManager::self()->setSource(Sound::Intro); | ||
| 44 | deleteGUI(); | 42 | deleteGUI(); |
| 45 | 43 | ||
| 46 | Color::Color color = connectToServer(srv, port); | 44 | Color::Color color = connectToServer(srv, port); |
