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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user