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:
torcs-ng 2012-07-31 10:56:30 +00:00
parent c0c0605a3d
commit 37cebc6578

View file

@ -18,7 +18,6 @@
#include <string>
#include <sstream>
#include <iostream>
#include <iraceengine.h>
#include <igraphicsengine.h>
@ -534,12 +533,10 @@ void LegacyMenu::redrawGraphicsView(struct Situation* pSituation) {
}
void LegacyMenu::shutDownSound() {
std::cout <<"there " << std::endl;
if (!_piSoundEngine)
return;
if (_bfGraphicsState & eCarsLoaded) {
std::cout <<"there " << std::endl;
_piSoundEngine->shutdownSound();
}
std::cout <<"there " << std::endl;