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