1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-13 01:20:34 +02:00

changed most of std::cout to tlogX

Alt+F4 quits the game
This commit is contained in:
mateuszb
2008-09-19 12:09:15 +00:00
parent f97628e67f
commit ca1dbfe949
14 changed files with 60 additions and 48 deletions

View File

@ -301,7 +301,7 @@ void CTerrainRect::clickLeft(tribool down)
{
if (currentPath)
{
std::cout<<"Warning: Lost path?" << std::endl;
tlog2<<"Warning: Lost path?" << std::endl;
delete currentPath;
currentPath = NULL;
}