From 9e0ee2ee61f758576d545304f7a317b4fba9f79f Mon Sep 17 00:00:00 2001
From: jsalmon3 <>
Date: Sun, 14 Mar 2004 19:31:06 +0000
Subject: [PATCH] Removed ^Ms, added FIXME

---
 src/stratagus/mainloop.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/stratagus/mainloop.cpp b/src/stratagus/mainloop.cpp
index 90ab73941..d6014dfb1 100644
--- a/src/stratagus/mainloop.cpp
+++ b/src/stratagus/mainloop.cpp
@@ -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;
 	}