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:
parent
1c32679f93
commit
9dad83590b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user