remove trace in legacymenu
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4821 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e9fb1c33c9952c30fe189a4645928062acdbf6f9 Former-commit-id: 12cde811fa269e956bf5519416d88c9d1559412a
This commit is contained in:
parent
c0c0605a3d
commit
37cebc6578
1 changed files with 0 additions and 3 deletions
|
@ -18,7 +18,6 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
#include <iraceengine.h>
|
#include <iraceengine.h>
|
||||||
#include <igraphicsengine.h>
|
#include <igraphicsengine.h>
|
||||||
|
@ -534,12 +533,10 @@ void LegacyMenu::redrawGraphicsView(struct Situation* pSituation) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void LegacyMenu::shutDownSound() {
|
void LegacyMenu::shutDownSound() {
|
||||||
std::cout <<"there " << std::endl;
|
|
||||||
if (!_piSoundEngine)
|
if (!_piSoundEngine)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (_bfGraphicsState & eCarsLoaded) {
|
if (_bfGraphicsState & eCarsLoaded) {
|
||||||
std::cout <<"there " << std::endl;
|
|
||||||
_piSoundEngine->shutdownSound();
|
_piSoundEngine->shutdownSound();
|
||||||
}
|
}
|
||||||
std::cout <<"there " << std::endl;
|
std::cout <<"there " << std::endl;
|
||||||
|
|
Loading…
Reference in a new issue