this should be an i.

This commit is contained in:
Thai Pangsakulyanont
2011-05-24 01:00:27 +07:00
parent 0f1e2c59ed
commit 49a32ae552
+1 -1
View File
@@ -667,7 +667,7 @@ struct SpeedSegment
* @brief Sets up the SpeedSegment with specified values.
* @param i The row this activates.
* @param p The percentage to use. */
SpeedSegment(int i, float p): m_iStartRow(0),
SpeedSegment(int i, float p): m_iStartRow(i),
m_fPercent(p), m_fWait(0), m_usMode(0) {}
/**