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

Experimantal parts of netcode

This commit is contained in:
Michał W. Urbańczyk
2008-07-03 15:03:32 +00:00
parent 1b73678b7c
commit 9422b0d9ca
10 changed files with 196 additions and 72 deletions

View File

@ -262,7 +262,6 @@ void CTerrainRect::deactivate()
};
void CTerrainRect::clickLeft(tribool down)
{
LOGE("Left mouse button down2");
if ((down==false) || indeterminate(down))
return;
if (LOCPLINT->adventureInt->selection.type != HEROI_TYPE)