Fixed speed of 3DO smooth ffw/frw (probably broke after new input code)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1052 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-07-15 16:20:08 +00:00
parent 792cc42347
commit 8a1b8d3f88
+1 -1
View File
@@ -19,7 +19,7 @@
#ifndef TRACKPLAYER_H #ifndef TRACKPLAYER_H
#define TRACKPLAYER_H #define TRACKPLAYER_H
#define ACCEL_SCROLL_SPEED 30 #define ACCEL_SCROLL_SPEED 300
void ResumeTrack(void); void ResumeTrack(void);
void PauseTrack(void); void PauseTrack(void);