1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

Early changes towards MP support.

It's possible to connect several clients (running on localhost) and enter MP pregame. The actual MP game still not playable. (though it can be started)
This commit is contained in:
Michał W. Urbańczyk
2010-10-24 11:35:14 +00:00
parent aa131bbf15
commit daeb3af67a
24 changed files with 1694 additions and 616 deletions

View File

@ -670,4 +670,9 @@ void CSlider::keyPressed(const SDL_KeyboardEvent & key)
}
moveTo(moveDest);
}
void CSlider::moveToMax()
{
moveTo(amount);
}