Removed ^Ms, added FIXME

This commit is contained in:
jsalmon3 2004-03-14 19:31:06 +00:00
parent 0870a58d62
commit 9e0ee2ee61

View file

@ -212,6 +212,7 @@ global void DoScrollArea(enum _scroll_state_ state, int fast)
stepx = TheUI.SelectedViewport->MapWidth / 2 * TileSizeX * FRAMES_PER_SECOND;
stepy = TheUI.SelectedViewport->MapHeight / 2 * TileSizeY * FRAMES_PER_SECOND;
} else { // dynamic: let these variables increase upto fast..
// FIXME: pixels per second should be configurable
stepx = TileSizeX * FRAMES_PER_SECOND;
stepy = TileSizeY * FRAMES_PER_SECOND;
}