Wait a couple frames for a second press, since inputs aren't coming

in a single update in Linux.

These really should tend to come in a single update, but I don't have
the adapter to investigate.  Probably something SDL-related ...
This commit is contained in:
Glenn Maynard
2003-09-11 03:47:13 +00:00
parent c8f322ca3c
commit 9a6b4560b1
2 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ private:
int m_iCurButton;
int m_iCurSlot;
bool m_bWaitingForPress;
int m_iWaitingForPress;
DeviceInput m_DeviceIToMap;
BitmapText m_textError;