1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Fixed bug 129

This commit is contained in:
OnionKnight 2009-12-22 07:48:54 +00:00
parent 1c32679f93
commit 9dad83590b

View File

@ -708,7 +708,7 @@ void CTerrainRect::mouseMoved (const SDL_MouseMotionEvent & sEvent)
bool accessible = pnode->turns < 255;
int turns = pnode->turns;
amin(turns, 4);
amin(turns, 3);
if(LOCPLINT->adventureInt->selection->ID == TOWNI_TYPE)
{