tuned vertical speed for mark

svn-id: r46333
This commit is contained in:
Vladimir Menshakov 2009-12-12 10:31:48 +00:00
parent 468c27979f
commit 581fd0c42d

View File

@ -622,7 +622,7 @@ bool Scene::render(OSystem *system) {
}
if (!path.empty()) {
const int speed_x = 10, speed_y = 5;
const int speed_x = 10, speed_y = 2;
const Common::Point &destination = path.front();
Common::Point dp(destination.x - position.x, destination.y - position.y);