Skip to content

Commit ef712ba

Browse files
committed
revert(input): Restore KEY_REPEAT_DELAY to original 333ms timing
1 parent 7465f46 commit ef712ba

File tree

2 files changed

+2
-2
lines changed
  • GeneralsMD/Code/GameEngine/Include/GameClient
  • Generals/Code/GameEngine/Include/GameClient

2 files changed

+2
-2
lines changed

Generals/Code/GameEngine/Include/GameClient/Keyboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct KeyboardIO
8787
class Keyboard : public SubsystemInterface
8888
{
8989

90-
enum { KEY_REPEAT_DELAY_MSEC = 250 };
90+
enum { KEY_REPEAT_DELAY_MSEC = 333 };
9191

9292
public:
9393

GeneralsMD/Code/GameEngine/Include/GameClient/Keyboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct KeyboardIO
8787
class Keyboard : public SubsystemInterface
8888
{
8989

90-
enum { KEY_REPEAT_DELAY_MSEC = 250 };
90+
enum { KEY_REPEAT_DELAY_MSEC = 333 };
9191

9292
public:
9393

0 commit comments

Comments
 (0)