Browse Source

Added CBattleConsole tracing

AlexVinS 10 years ago
parent
commit
cbd8900c0b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/battle/CBattleInterfaceClasses.cpp

+ 1 - 0
client/battle/CBattleInterfaceClasses.cpp

@@ -69,6 +69,7 @@ void CBattleConsole::showAll(SDL_Surface * to)
 
 bool CBattleConsole::addText(const std::string & text)
 {
+	logGlobal->traceStream() <<"CBattleConsole message: "<<text;
 	if(text.size()>70)
 		return false; //text too long!
 	int firstInToken = 0;